++
Assignee: unassigned at gcc dot gnu.org
Reporter: mikesart at gmail dot com
Building attached file takes ~20 minutes with gcc 4.8.1. Clang 3.3 builds in
~17 seconds. I'm happy to provide the blah.ii and blah.s files from the below
command as well, but it bumped the zip file size over 1
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)
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 #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.