This is the mail archive of the gcc@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]

Re: mainline broken for powerpc-unknown-linux-gnu (Java -msoft-float)


	I guess the movsf_softfloat pattern needs a "h" <- "0" case.
Janis, you can try adding that to the end of the pattern following
movsi_internal1 as an example (the instruction is a nop).  For some reason
GCC needs a pattern moving a register to itself.

David


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