[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug tree-optimization/26626] [4.2 Regression] ICE in in add_virtual_operand




------- Comment #19 from rguenth at gcc dot gnu dot org  2006-04-27 16:56 -------
This one ICEs the same way, already during the first copyprop pass:

typedef union {
    int d;
} U;

int rv;
void breakme()
{
    U *rv0;
    U *pretmp = (U*)&rv;
    rv0 = pretmp;
    rv0->d = 42;
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26626

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



Reply to: