This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]