This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]