This is the mail archive of the gcc-patches@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: [cond-optab][patch RFA] Fix bootstrap failure on SH


> The failed insn matches the second constraint "i" for
> the second operand 0x8000000000000000, but only 8-bit
> constants are permitted for non SHmedia targets with
> arith_operand which is defined at sh/predicates.md.
> I've confirmed that the attached patch fixes the failure
> and it doesn't cause any regressions on the cross compiler
> for sh4-unknown-linux-gnu.  The native bootstrap isn't
> completed yet but it's now in the stage3.
> OK for cond-optab branch?

Yes, thanks!

Paolo


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