This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/41089] [4.5 Regression] stdarg pass produces wrong code
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jan 2010 12:06:11 -0000
- Subject: [Bug tree-optimization/41089] [4.5 Regression] stdarg pass produces wrong code
- References: <bug-41089-1649@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #43 from rguenth at gcc dot gnu dot org 2010-01-23 12:06 -------
Well, we run DCE during early optimizations and the CCP that runs before
pass_return_slot and after final inlining removes dead basic-blocks and
trivially dead insns already.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |NEW
Last reconfirmed|2009-09-04 18:45:26 |2010-01-23 12:06:11
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41089