[Bug middle-end/37046] Inlining produces calls which gimple_call_fndecl cannot handle correctly

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Aug 7 13:16:00 GMT 2008



------- Comment #2 from rguenth at gcc dot gnu dot org  2008-08-07 13:14 -------
Looks good.  Similar things may happen with CCP propagation for like

void foo(void) {}

void bar(void)
{
  void (*fn)(void) = foo;
  fn();
}

can you verify this as well?  Thanks.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37046



More information about the Gcc-bugs mailing list