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 rtl-optimization/24823] [4.1 Regression] ICE in insert_save, at caller-save.c:719



------- 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


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