[Bug middle-end/39210] g++ 4.3 takes hours to compile greycstoration

2009-02-19 Thread steven at gcc dot gnu dot org
--- Comment #8 from steven at gcc dot gnu dot org 2009-02-19 19:57 --- Indeed the same issue. *** This bug has been marked as a duplicate of 36439 *** -- steven at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/39210] g++ 4.3 takes hours to compile greycstoration

2009-02-17 Thread kurt at garloff dot de
--- Comment #7 from kurt at garloff dot de 2009-02-17 16:13 --- And yes, this looks like a dup to PR36439 to me as well. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39210

[Bug middle-end/39210] g++ 4.3 takes hours to compile greycstoration

2009-02-17 Thread kurt at garloff dot de
--- Comment #6 from kurt at garloff dot de 2009-02-17 16:09 --- Some more info: HEAD seems to be much faster here (10m30s). The author uses -fno-tree-pre in gmic (which has a lot of the same code), not sure whether it helps significantly. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?

[Bug middle-end/39210] g++ 4.3 takes hours to compile greycstoration

2009-02-17 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-02-17 11:17 --- Looks like a dup of PR36439. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39210

[Bug middle-end/39210] g++ 4.3 takes hours to compile greycstoration

2009-02-16 Thread steven at gcc dot gnu dot org
--- Comment #4 from steven at gcc dot gnu dot org 2009-02-17 06:31 --- Investigating... -- steven at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|u

[Bug middle-end/39210] g++ 4.3 takes hours to compile greycstoration

2009-02-16 Thread kurt at garloff dot de
--- Comment #3 from kurt at garloff dot de 2009-02-16 23:37 --- garl...@core2:/usr/src/image/GREYCstoration-2.9-src/src [130]$ g++ -o greycstoration greycstoration.cpp -Wall -W -ansi -pedantic -lm -lpthread -O3 -fno-math-errno -ftree-vectorize -momit-leaf-frame-pointer -funroll-loops -m

[Bug middle-end/39210] g++ 4.3 takes hours to compile greycstoration

2009-02-16 Thread kurt at garloff dot de
--- Comment #2 from kurt at garloff dot de 2009-02-16 23:34 --- Created an attachment (id=17308) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17308&action=view) greycstoration.ii.bz2 Preprocessed file, as desired. (bzip2ed, as it's too large otherwise.) -- http://gcc.gnu.org

[Bug middle-end/39210] g++ 4.3 takes hours to compile greycstoration

2009-02-16 Thread steven at gcc dot gnu dot org
--- Comment #1 from steven at gcc dot gnu dot org 2009-02-16 23:13 --- Hours is excessive alright. Unfortunately, there are a couple of things missing to reproduce your problem. There has to be at least a test case (preprocessed source), and the output of gcc when you compile the test