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 middle-end/25328] [4.0/4.1 regression] ICE in get_indirect_ref_operands, at tree-ssa-operands.c:1453



------- Comment #7 from jakub at gcc dot gnu dot org  2005-12-22 09:33 -------
The types are only messed up during gimplification though, into gimplify_expr
goes in both C and ObjC:
if (*(const unsigned charD.10 * {ref-all}) (const charD.1 *) &msgD.1465 != 0)
  {
    statusD.1464 = 200;
  }

Not sure why this is marked as 4.1 regression, both
4.1.0 20051214 and current gcc-4_1-branch SVN don't fail on this and gimplify
the testcase the same (correctly) in both cc1 and cc1obj and there are no ICEs
with it.


-- 


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


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