[Bug tree-optimization/38072] [4.3 Regression] ICE during inlining of valid code

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Jan 31 00:08:00 GMT 2009



------- Comment #11 from rguenth at gcc dot gnu dot org  2009-01-31 00:08 -------
Hm, we are remapping

iftmp.1_6 = (struct A[0:n.0 + -1] *) D.1755_5

where the variable array pointer type contains in TYPE_SIZE_UNIT n.0_3 * 4
and n.0_3 is on the free list.

I wonder how we end up with an SSA name there in the first place.  Likely
a tree sharing issue.  TYPE_SIZE is (bit_size_type) SAVE_EXPR <n.0> * 32


-- 


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



More information about the Gcc-bugs mailing list