This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/13722] [3.4/3.5 regression] [ia64] ICE in push_secondary_reload
- From: "dhazeghi at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jan 2004 16:54:01 -0000
- Subject: [Bug target/13722] [3.4/3.5 regression] [ia64] ICE in push_secondary_reload
- References: <20040117230657.13722.schwab@suse.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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