This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/36474] GCC takes forever to compile a certain file
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jun 2008 12:58:01 -0000
- Subject: [Bug c++/36474] GCC takes forever to compile a certain file
- References: <bug-36474-9973@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla 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 dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2008-06-09 12:58:01
date| |
Summary|gcc takes forever to compile|GCC takes forever to compile
|a certain file |a certain file
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36474