[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
Wed Nov 19 22:58:00 GMT 2008
------- Comment #7 from rguenth at gcc dot gnu dot org 2008-11-19 22:57 -------
We are remapping
(gdb) up
#4 0x08330b6c in remap_type_1 (type=0xb7d835b0, id=0xbfbe96a4)
at /home/richard/src/gcc-4_3-branch/gcc/tree-inline.c:403
403 walk_tree (&TYPE_SIZE_UNIT (new), copy_body_r, id, NULL);
which contains an SSA_NAME that is in the freelist. Both size and unit-size
are expressions.
iftmp.1_6 = (struct TestObjC[0:size.0 + -1] *) D.1854_5
it looks like that we do not gimplify all of the parameter types.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38072
More information about the Gcc-bugs
mailing list