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

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed May 12 17:35:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-11 20:32 -------
Here is a better example which does not use an uninitailized variable and still ICEs:
int foo();

void bar (double d) {
  int n = foo();

  if (d==0)
    for (int i=0; i<n; ++i)
        ;
}

-- 


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



More information about the Gcc-bugs mailing list