http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59868
--- Comment #6 from Michael Sartain ---
Added -fno-var-tracking and build time dropped to 1:30.
Is this something that I should revisit when gcc 4.9 is released?
Thanks much for the help.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59868
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59868
Richard Biener changed:
What|Removed |Added
Keywords||compile-time-hog
Summary|Extr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59868
--- Comment #3 from H.J. Lu ---
Another VTA time hog. Try add -fno-var-tracking-assignments.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59868
--- Comment #2 from Michael Sartain ---
Created attachment 31882
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31882&action=edit
Assembly output from -save-temps
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59868
--- Comment #1 from Michael Sartain ---
Created attachment 31881
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31881&action=edit
blah.cpp file (from running gcc -E)