[Bug other/53065] ICE replace_reg_with_saved_mem, at caller-save.c:1125

gjl at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Apr 22 23:36:00 GMT 2012


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

Georg-Johann Lay <gjl at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-04-22
                 CC|                            |gjl at gcc dot gnu.org
          Component|c++                         |other
     Ever Confirmed|0                           |1

--- Comment #1 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2012-04-22 23:35:49 UTC ---
Confirmed with mingw32 canadian cross for 4.7.0 and 4.7.1 (prerelease) from
2012-03-22.

The following line triggers the ICE:

$ avr-g++ -mmcu=atmega328p -gdwarf-2 -Os -c ahrs.cpp

whereas removing -gdwarf-2 works fine.

Is this a duplicate of PR52662?



More information about the Gcc-bugs mailing list