[Bug tree-optimization/15643] [3.5 Regression] ICE in replace_ssa_names, at tree-ssa-copy.c:73

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu May 27 17:30:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-27 03:10 -------
And for the java teastcase:
boog.defineClass() ()
{
  struct java.lang.Object * dest;
  boolean b;
  struct boog$abcd * ctor;
  struct java.lang.Object * dest.4;
  struct boog$abcd * iftmp.3;
  struct boog$abcd * T.2;
  struct boog$abcd * T.1;

<bb 0>:
  _Jv_InitClass (&boog.class);
  ctor_6 = _Jv_AllocObjectNoFinalizer (&boog$abcd.class);
  <init> (ctor_6, 0B);
  ctor_11 = ctor_6;
  ctor_12 = ctor_11;
  b_13 = 1;
  ctor_19 = ctor_12;

  # dest_1 = PHI <ctor_19(0)>; <--- here.
<L2>:;
  dest_14 = dest_1;
  dest_15 = dest_14;
  defineProperty (dest_15);
  return;

}

-- 


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



More information about the Gcc-bugs mailing list