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/17317] Match Constraints for *movdf_insn fails


------- Additional Comments From ramana dot radhakrishnan at codito dot com  2004-10-10 03:25 -------
Discovered REGNO_OK_FOR_BASE and REG_OK_FOR_BASE have been defined to disallow
blink (r31) as a base register. That seems to be the reason for the crash to
occur. On doing the same compile with -ffixed-blink the problem disappeared.
Will send a patch to fix this problem. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17317


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