[Bug rtl-optimization/24823] [4.1 Regression] ICE in insert_save, at caller-save.c:719

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Nov 19 00:14:00 GMT 2005



------- Comment #9 from pinskia at gcc dot gnu dot org  2005-11-19 00:14 -------
Note the shortest (C) testcase get that pattern is:
_Complex double f(void);
void g(void)
{
  _Complex double a = f();
}

Though will not cause the ICE. 


-- 


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



More information about the Gcc-bugs mailing list