This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/12535] Attempt to delete prologue/epilogue insn
- From: "amodra at bigpond dot net dot au" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Sep 2005 14:39:27 -0000
- Subject: [Bug rtl-optimization/12535] Attempt to delete prologue/epilogue insn
- References: <20031008000233.12535.abacau@yahoo.com.au>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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