Re: [PATCH, m68k] Fix floating-point comparisons with zero

2011-10-21 Thread Andreas Schwab
Julian Brown writes: > gcc/ > * config/m68k/m68k.c (notice_update_cc): Tighten condition for > setting CC_REVERSED for FP comparisons. Ok. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for someth

[PATCH, m68k] Fix floating-point comparisons with zero

2011-10-19 Thread Julian Brown
Hi, It appears that m68k floating-point comparisons may have been subtly broken since 2007 when the following patch was applied: http://gcc.gnu.org/ml/gcc-patches/2007-09/msg01570.html The bug shows with our internal 4.6-based branch, but appears to be latent on mainline (generated code is per