------- Comment #3 from pinskia at gcc dot gnu dot org 2008-09-08 21:01 ------- Reduced testcase: int regex_subst(void) { const void *subst = ""; char *s; s = (*(char *(*)(int))subst) (0); }
-- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2008-09-08 21:01:48 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37433