This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/27287] [4.1/4.2 Regression] returning constant double



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]