http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47478

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.01.26 19:13:11
     Ever Confirmed|0                           |1

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-01-26 
19:13:11 UTC ---
confirmed

for 4.4.3 I get an ICE with
g++ LoopHashMap.ii   -O2  -funroll-loops -finline-functions -finline-limit=488
but not with
g++ LoopHashMap.ii   -O2  -funroll-loops -finline-functions -finline-limit=487

(the only difference is the inline-limit)

(In reply to comment #2)
> I'd love a suggestion on how the code could be changed so that I no longer get
> this segfault.

use a lower value for -finline-limit

Reply via email to