[Bug target/13722] [3.4/3.5 regression] [ia64] ICE in push_secondary_reload

dhazeghi at yahoo dot com gcc-bugzilla@gcc.gnu.org
Wed Jan 21 16:54:00 GMT 2004


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-21 16:53 -------
Reduces to:
struct cset_converter
{
  void * func;
  char cd;
};

extern void cpp_error (void *, int, char *,...);

static struct cset_converter
init_iconv_desc (void *to)
{
  struct cset_converter ret;

  if(to) return ret;

  cpp_error (to, 0x03, "foo");

     return ret;
}

-- 


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



More information about the Gcc-bugs mailing list