https://gcc.gnu.org/g:0d993733471afb1f5e62f8313ddcb1edd807cdaa
commit 0d993733471afb1f5e62f8313ddcb1edd807cdaa Author: Michael Meissner <meiss...@linux.ibm.com> Date: Wed May 14 01:46:46 2025 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.bugs | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gcc/ChangeLog.bugs b/gcc/ChangeLog.bugs index e274376de736..1ba848b073f0 100644 --- a/gcc/ChangeLog.bugs +++ b/gcc/ChangeLog.bugs @@ -1,3 +1,15 @@ +==================== Branch work204-bugs, patch #112 ==================== + +Try to fix crash + +2025-05-14 Michael Meissner <meiss...@linux.ibm.com> + +gcc/ + + PR target/118541 + * config/rs6000/rs6000.cc (rs6000_reverse_condition): Remove test + against flag_finite_math_only. + ==================== Branch work204-bugs, patch #111 ==================== Fix PR 118541, do not generate unordered fp cmoves for IEEE compares.