[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



Reply to: