public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/12535] Attempt to delete prologue/epilogue insn
       [not found] <bug-12535-7093@http.gcc.gnu.org/bugzilla/>
@ 2007-04-07 16:36 ` pinskia at gcc dot gnu dot org
  2007-07-25 18:58 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-04-07 16:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2007-04-07 17:36 -------
> Simplified testcase.  This bug is probably a WONTFIX.
No, it should not be a WONTFIX.  The DSE implementation should try not to
delete part of prologue/epilogue .


-- 


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug rtl-optimization/12535] Attempt to delete prologue/epilogue insn
       [not found] <bug-12535-7093@http.gcc.gnu.org/bugzilla/>
  2007-04-07 16:36 ` [Bug rtl-optimization/12535] Attempt to delete prologue/epilogue insn pinskia at gcc dot gnu dot org
@ 2007-07-25 18:58 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-25 18:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from pinskia at gcc dot gnu dot org  2007-07-25 18:58 -------
This is now fixed with the new DSE on the trunk which came in with the dataflow
merge (which was really a rewrite of flow.c :) )


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.0


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug rtl-optimization/12535] Attempt to delete prologue/epilogue insn
  2003-10-08  0:02 [Bug c/12535] New: " abacau at yahoo dot com dot au
@ 2005-09-07 14:39 ` amodra at bigpond dot net dot au
  0 siblings, 0 replies; 3+ messages in thread
From: amodra at bigpond dot net dot au @ 2005-09-07 14:39 UTC (permalink / raw)
  To: gcc-bugs


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-07-25 18:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-12535-7093@http.gcc.gnu.org/bugzilla/>
2007-04-07 16:36 ` [Bug rtl-optimization/12535] Attempt to delete prologue/epilogue insn pinskia at gcc dot gnu dot org
2007-07-25 18:58 ` pinskia at gcc dot gnu dot org
2003-10-08  0:02 [Bug c/12535] New: " abacau at yahoo dot com dot au
2005-09-07 14:39 ` [Bug rtl-optimization/12535] " amodra at bigpond dot net dot au

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).