This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/25287] PPC has conditional indirect jumps if ra allocates the a in ctr before the jumps
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Dec 2005 21:09:00 -0000
- Subject: [Bug target/25287] PPC has conditional indirect jumps if ra allocates the a in ctr before the jumps
- References: <bug-25287-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-06 21:09 -------
Ignore the:
.L3:
mtctr %r30
bctr
Part
and "beqctr %cr7,.L3" should have been "beqctr %cr7"
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25287