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 other/53065] ICE replace_reg_with_saved_mem, at caller-save.c:1125


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?


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