From: Paul Eggert Date: Sat, 12 Apr 2025 19:30:58 +0000 (-0700) Subject: ; Fix typo in comment. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ee3e3c17634a3793ca0acbfa76d6a277705c178;p=emacs.git ; Fix typo in comment. (cherry picked from commit 3169aeb421d1f6b2851d0fd8cedb3594071b2cef) --- diff --git a/configure.ac b/configure.ac index ec81047aeb8..25454f54b10 100644 --- a/configure.ac +++ b/configure.ac @@ -2224,7 +2224,7 @@ AC_CACHE_CHECK([for flags to work around GCC bug 58416], [AC_LANG_DEFINES_PROVIDED [/* Work around GCC bug with double in unions on x86, where the generated insns copy non-floating-point data - via fldl/fstpl instruction pairs. This can misbehave + via fldl/fstpl instruction pairs. This can misbehave if the data's bit pattern looks like a NaN. See, e.g.: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58416#c10 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71460