This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/11753] %o7 register being used immediately in the delay slot before a call with -O2
- From: "warren_baird at cimmetry dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Sep 2003 22:26:49 -0000
- Subject: [Bug optimization/11753] %o7 register being used immediately in the delay slot before a call with -O2
- References: <20030731185137.11753.warren_baird@cimmetry.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=11753
------- Additional Comments From warren_baird at cimmetry dot com 2003-09-08 22:26 -------
I've tried the fix, and it does seem to solve the problem - at least it no
longer tries to use the optimziation in the same place.
Thanks very much for your help!