Bug 90615 - sessreg fails to build with recent gcc
Summary: sessreg fails to build with recent gcc
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: App/other (show other bugs)
Version: git
Hardware: All All
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-24 11:51 UTC by Remko van der Vossen
Modified: 2017-01-26 23:09 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Remko van der Vossen 2015-05-24 11:51:12 UTC
In a recent version of gcc the default behaviour for flag -ftrack-macro-expansion has changed, where the default previously was level 0, it now is level 2, which messes with the creation of the sed rules from filenames.sed.c in the man subdirectory.

The problem is easily solved by adding -ftrack-macro-expansion=0 to the Makefile rule for filenames.sed
Comment 1 Alexander Y. Fomichev 2015-07-04 07:54:22 UTC
do we really need a linemarkers here? -P will be enough otherwise.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.