This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/27287] [4.1/4.2 Regression] returning constant double
- From: "edmar at freescale dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jul 2006 20:48:12 -0000
- Subject: [Bug target/27287] [4.1/4.2 Regression] returning constant double
- References: <bug-27287-11164@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #15 from edmar at freescale dot com 2006-07-13 20:48 -------
Ahhha, I found the problem. My patch is wrong:
This line
+ (match_operand:DF 1 "register_operand" "r,m"))]
should read
+ (match_operand:DF 1 "input_operand" "r,m"))]
I don't know how I made this mess, I will try again overnight, I will
report tomorrow.
Thanks
Edmar
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27287