[Bug c++/59868] Extremely slow compile times with -g (var-tracking)

2014-01-20 Thread mikesart at gmail dot com
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.

[Bug c++/59868] Extremely slow compile times with -g (var-tracking)

2014-01-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59868 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/59868] Extremely slow compile times with -g (var-tracking)

2014-01-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59868 Richard Biener changed: What|Removed |Added Keywords||compile-time-hog Summary|Extr

[Bug c++/59868] Extremely slow compile times

2014-01-17 Thread hjl.tools at gmail dot com
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.

[Bug c++/59868] Extremely slow compile times

2014-01-17 Thread mikesart at gmail dot com
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

[Bug c++/59868] Extremely slow compile times

2014-01-17 Thread mikesart at gmail dot com
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)