[Bug optimization/13859] [3.5 Regression] ICE in insert_insn_on_edge
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Jan 26 01:54:00 GMT 2004
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-01-26 01:54 -------
Here's a reduced example:
====================================================
union U
{
struct
{
int i, j;
};
int k;
};
int foo(union U *p)
{
return (p->i || p->j) && p->k==1;
}
====================================================
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-01-26 01:54:23
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13859
More information about the Gcc-bugs
mailing list