This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/42751] New: pretty massive inlining and a huge number of temporaries -> endless loop ?
- From: "torbenh at gmx dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jan 2010 22:33:26 -0000
- Subject: [Bug c++/42751] New: pretty massive inlining and a huge number of temporaries -> endless loop ?
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
compiling this takes more than 7 hours even when its only -O2
dunno... i interrupted it. never finished.
/opt/gcc/bin/g++ -MD -MF .deps/process.d -c -O2 -ffast-math -march=core2
-std=gnu++0x -msse3 -o process.o process.ii
--
Summary: pretty massive inlining and a huge number of temporaries
-> endless loop ?
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: torbenh at gmx dot de
GCC build triplet: x86_64-unknown-linux-gnu
GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42751