[Bug tree-optimization/37433] [4.4 Regression] tree check: expected function_decl, have string_cst in ccp_fold, at tree-ssa-ccp.c:1050

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Sep 8 21:03:00 GMT 2008



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



More information about the Gcc-bugs mailing list