[Bug rtl-optimization/12535] Attempt to delete prologue/epilogue insn

amodra at bigpond dot net dot au gcc-bugzilla@gcc.gnu.org
Wed Sep 7 14:39:00 GMT 2005


------- Additional Comments From amodra at bigpond dot net dot au  2005-09-07 14:39 -------
Simplified testcase.  This bug is probably a WONTFIX.

int bar (int *);

int foo (void)
{
  int x;
  __builtin_memset (&x, 0, 32);
  return bar (&x);
}


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |3.4.5 4.0.2 4.1.0


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



More information about the Gcc-bugs mailing list