This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/11969] -foptimize-sibling-calls from -O2 creates bad code
- From: "steven at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Sep 2003 09:15:30 -0000
- Subject: [Bug optimization/11969] -foptimize-sibling-calls from -O2 creates bad code
- References: <20030818162309.11969.grhoten@jtcsv.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11969
------- Additional Comments From steven at gcc dot gnu dot org 2003-09-13 09:15 -------
Maybe this patch fixes it for you:
http://gcc.gnu.org/ml/gcc-patches/2003-09/msg00736.html
But of course there's no way for us to tell without a test case.