Re: [SH] PR 52933 - Fix some failures on trunk

2013-05-05 Thread Kaz Kojima
Oleg Endo wrote: > Some of the SH div0s integer sign comparison cases stopped working. The > attached patch fixes that. > > Tested on rev 198595 with > make -k check RUNTESTFLAGS="--target_board=sh-sim > \{-m2/-ml,-m2/-mb,-m2a/-mb,-m4/-ml,-m4/-mb,-m4a/-ml,-m4a/-mb}" > > and no new failures. > O

[SH] PR 52933 - Fix some failures on trunk

2013-05-05 Thread Oleg Endo
Hi, Some of the SH div0s integer sign comparison cases stopped working. The attached patch fixes that. Tested on rev 198595 with make -k check RUNTESTFLAGS="--target_board=sh-sim \{-m2/-ml,-m2/-mb,-m2a/-mb,-m4/-ml,-m4/-mb,-m4a/-ml,-m4a/-mb}" and no new failures. OK? Cheers, Oleg gcc/ChangeLog