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

Reply via email to