This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/10567] -fno-delayed-branch not honored in back-end
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jul 2004 08:57:19 -0000
- Subject: [Bug target/10567] -fno-delayed-branch not honored in back-end
- References: <20030430161600.10567.davem@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-07-03 08:57 -------
David, just to let you know that I've not forgotten this PR.
I have a patch that almost works, except that there is a last problem:
sparc_output_mi_thunk unconditionally uses a sibcall, which is forbidden with
-fno-delayed-branches. Trying to find a workaround to this...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10567