From 33adf9ea4e6ed1b494938ad87c3405e3b8a8f3af Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 20 Aug 2025 15:33:49 -0700 Subject: [PATCH] Update comments re GCC bugs 117423 and 119085 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8c2e6b421d9..140ff76029e 100644 --- a/configure.ac +++ b/configure.ac @@ -2232,9 +2232,9 @@ AC_CACHE_CHECK([for flag to work around GCC union bugs], [/* Work around GCC bugs 117423 and 119085 re holes in unions: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117423 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119085 - These are fixed in GCC 15.2. + These are fixed in GCC 14.4 and 15.2. - Working wround them also works around GCC bug 58416 + Working around them also works around GCC bug 58416 with double in unions on x86, where the generated insns copy non-floating-point data via fldl/fstpl instruction pairs. This can misbehave if the data's bit pattern looks like a NaN.