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