This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/37385] [4.4 Regression] ICE in set_mem_alias_set, at emit-rtl.c:1789



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]