This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/13175] ICE in eliminate_extraneous_phis, at tree-ssa.c:1720
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Nov 2003 02:54:33 -0000
- Subject: [Bug optimization/13175] ICE in eliminate_extraneous_phis, at tree-ssa.c:1720
- References: <20031124170506.13175.green@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2003-11-26 02:54 -------
Here's a version without extensions:
=================================
void foo(int i)
{
const char *p = "x";
i = i ?: i;
i && p[1];
}
=================================
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13175