This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/25328] [4.0/4.1 regression] ICE in get_indirect_ref_operands, at tree-ssa-operands.c:1453
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Dec 2005 17:00:13 -0000
- Subject: [Bug middle-end/25328] [4.0/4.1 regression] ICE in get_indirect_ref_operands, at tree-ssa-operands.c:1453
- References: <bug-25328-5724@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-09 17:00 -------
Hmm, the main diff is:
- msg.24 = &msg;
- D.3575 = *msg.24;
- iftmp.23 = (int) D.3575;
+ msg.24 = (const unsigned char * {ref-all}) &msg;
+ D.3522 = *msg.24;
+ iftmp.23 = (int) D.3522;
Someone is not folding something correctly:
D.3575_10 = *&msgD.3533
Reducing (this is not fully an objc issue, I don't know why it is only
reproducible with the objc front-end though).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25328