[Bug middle-end/37385] [4.4 Regression] ICE in set_mem_alias_set, at emit-rtl.c:1789
tbm at cyrius dot com
gcc-bugzilla@gcc.gnu.org
Fri Sep 5 16:27:00 GMT 2008
------- Comment #2 from tbm at cyrius dot com 2008-09-05 16:26 -------
/* Testcase by Martin Michlmayr <tbm@cyrius.com> */
typedef struct sdl_data_def
{
}
sdl_data;
typedef void (*sdl_fun) (struct sdl_data_def *);
void undefined_function (sdl_data * sd)
{
}
void init_fps (sdl_fun *fun_tab)
{
int i;
for (i = 0; i < 700; i++)
fun_tab[i] = undefined_function;
}
--
tbm at cyrius dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[4.4 Regression] ICE in |[4.4 Regression] ICE in
|set_mem_alias_set, at emit- |set_mem_alias_set, at emit-
|rtl.c:1789 |rtl.c:1789
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37385
More information about the Gcc-bugs
mailing list