[Bug c++/36474] gcc takes forever to compile a certain file

2008-06-09 Thread fm3 at os dot inf dot tu-dresden dot de
--- Comment #1 from fm3 at os dot inf dot tu-dresden dot de 2008-06-09 10:15 --- Created an attachment (id=15740) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15740action=view) VBoxManage.cpp (preprocessed with -E -dD and compressed) from current VirtualBox SVN. If you compile

[Bug c++/36474] gcc takes forever to compile a certain file

2008-06-09 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-06-09 12:22 --- Seems to be stuck processing int handleModifyVM(int, char**, ComPtrIVirtualBox, ComStrongRef, ComPtrISession, ComStrongRef) -- rguenth at gcc dot gnu dot org changed: What|Removed

[Bug c++/36474] GCC takes forever to compile a certain file

2008-06-09 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-06-09 12:58 --- Confirmed. -fno-inline fixes it, but not -fno-tree-fre or -fno-tree-dominator-opts. --param max-fields-for-field-sensitive=0 fixes it (disabling SFTs and field-sensitive PTA) as well. -- rguenth at gcc dot gnu

[Bug c++/36474] GCC takes forever to compile a certain file

2008-06-09 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-06-09 13:01 --- Created an attachment (id=15742) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15742action=view) unincluded testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36474

[Bug c++/36474] GCC takes forever to compile a certain file

2008-06-09 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2008-06-09 13:02 --- We can fix -O1 for 4.3. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added