[Bug middle-end/52472] ICE: in convert_debug_memory_address, at cfgexpand.c:2491

2013-04-13 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52472 Georg-Johann Lay changed: What|Removed |Added CC||Sergey.Belyashov at gmail

[Bug middle-end/52472] ICE: in convert_debug_memory_address, at cfgexpand.c:2491

2012-03-28 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52472 Georg-Johann Lay changed: What|Removed |Added Keywords|ice-on-invalid-code |ice-on-valid-code Last reconfirmed|2

[Bug middle-end/52472] ICE: in convert_debug_memory_address, at cfgexpand.c:2491

2012-03-07 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52472 --- Comment #6 from Georg-Johann Lay 2012-03-07 16:09:12 UTC --- (In reply to comment #5) > Can't reproduce this though. Strange. I still see the ICE with current trunk. It's a 32 bit build and host; might this have an impact?

[Bug middle-end/52472] ICE: in convert_debug_memory_address, at cfgexpand.c:2491

2012-03-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52472 --- Comment #5 from Jakub Jelinek 2012-03-06 12:35:09 UTC --- convert_debug_memory_address can just return NULL_RTX if it can't handle it. Can't reproduce this though.

[Bug middle-end/52472] ICE: in convert_debug_memory_address, at cfgexpand.c:2491

2012-03-05 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52472 --- Comment #4 from Georg-Johann Lay 2012-03-05 14:05:36 UTC --- I tried #define POINTERS_EXTEND_UNSIGNED 1 but this runs into ICE some lines later in cfgexpand.c:2496 mode = PSI as = 0 x = symbol_ref:PSI ("data") Of course PSImode is not a

[Bug middle-end/52472] ICE: in convert_debug_memory_address, at cfgexpand.c:2491

2012-03-05 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52472 --- Comment #3 from Georg-Johann Lay 2012-03-05 10:32:26 UTC --- I thought about setting POINTERS_EXTEND_UNSIGNED but am unsure about other side effects of that define. Presumably, POINTERS_EXTEND_UNSIGNED is undefined because it was never neede

[Bug middle-end/52472] ICE: in convert_debug_memory_address, at cfgexpand.c:2491

2012-03-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52472 Richard Guenther changed: What|Removed |Added CC||jakub at gcc dot gnu.org Target Mile

[Bug middle-end/52472] ICE: in convert_debug_memory_address, at cfgexpand.c:2491

2012-03-03 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52472 --- Comment #1 from Georg-Johann Lay 2012-03-03 19:38:56 UTC --- Created attachment 26820 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26820 ice-memx.c: C source

[Bug middle-end/52472] ICE: in convert_debug_memory_address, at cfgexpand.c:2491

2012-03-03 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52472 Georg-Johann Lay changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|