This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug pch/53880] [4.8 Regression] compile time regression when generating precompiled headers for boost


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53880

Markus Trippelsdorf <markus at trippelsdorf dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #34 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2012-07-31 10:35:54 UTC ---
(In reply to comment #33)
> Fixed for GCC 4.8.0.
> 
> It would be nice to know what the effect of the patch is for GCC 4.7, but I
> don't have things set up to test that. Markus, if you can do that testing, I'm
> interested in the results. Otherwise, this PR can be closed as FIXED.

Given that -ftrack-macro-expansion is zero by default for GCC-4.7
there is no regression to fix AFAICS. So IMHO this patch shouldn't
be applied on the 4.7 branch. (It would only be relevant if one
explicitly uses the -ftrack-macro-expansion=2 when generating the pch.)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]