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]

Re: config/sparc/sparc.md has a wrong condition at 980210.



> I suspect that movdi_v8plus has wrong condition in sparc.md
> (TARGET_V8PLUS), since it generates `stx' assembler instruction
> that is not recognized by Sun or GNU as.

The opcode is correct but is being generated for the wrong alternative
and therefore with the wrong operands.  Change the alternative numbers
in the C code from 0 and 7 to 1 and 8.



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