[Bug optimization/15385] [3.5 regression] ICE in spill_failure

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu May 13 00:51:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-12 13:07 -------
Here is another sample of what is ICEing (derived from the tree-ssa's tree dump):
int foo();
void bar (double d) {
  int i;
  int n;

  n = foo ();
  if (d == 0.0) goto L6; else goto L3;
L6:;
  if (n > 0) goto L13; else goto L3;
L13:;
  i = 0;
L1:;
  i = i + 1;
  if (i < n) goto L1; else goto L3;
L3:;
  return;
}

-- 


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



More information about the Gcc-bugs mailing list