This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/52472] ICE: in convert_debug_memory_address, at cfgexpand.c:2491
- From: "gjl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 05 Mar 2012 10:32:26 +0000
- Subject: [Bug middle-end/52472] ICE: in convert_debug_memory_address, at cfgexpand.c:2491
- Auto-submitted: auto-generated
- References: <bug-52472-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52472
--- Comment #3 from Georg-Johann Lay <gjl at gcc dot gnu.org> 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 needed
before?
What do you think?