This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/37272] [4.5 Regression] IRA has caused ppc64-double-1.c to fail
- From: "bergner at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 24 Feb 2012 16:42:37 +0000
- Subject: [Bug rtl-optimization/37272] [4.5 Regression] IRA has caused ppc64-double-1.c to fail
- Auto-submitted: auto-generated
- References: <bug-37272-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37272
--- Comment #7 from Peter Bergner <bergner at gcc dot gnu.org> 2012-02-24 16:42:37 UTC ---
This looks to be fixed, probably by Mike's fp convert changes from a while
back. I'm now seeing the following src code being generated:
fctidz 1,1
fcfid 1,1
blr
Can we close this now?