diff options
| author | Paul Eggert | 2025-04-12 12:30:58 -0700 |
|---|---|---|
| committer | Paul Eggert | 2025-04-12 12:30:58 -0700 |
| commit | 3169aeb421d1f6b2851d0fd8cedb3594071b2cef (patch) | |
| tree | cb472a1ab00a3141ed15f960d2e22e62d4a49ddb | |
| parent | 2b3763e955def02d32d636df9fa955443c5e9ef9 (diff) | |
| download | emacs-3169aeb421d1f6b2851d0fd8cedb3594071b2cef.tar.gz emacs-3169aeb421d1f6b2851d0fd8cedb3594071b2cef.zip | |
; Fix typo in comment.
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 81a247a696c..8b26d0882f3 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -2224,7 +2224,7 @@ AC_CACHE_CHECK([for flags to work around GCC bug 58416], | |||
| 2224 | [AC_LANG_DEFINES_PROVIDED | 2224 | [AC_LANG_DEFINES_PROVIDED |
| 2225 | [/* Work around GCC bug with double in unions on x86, | 2225 | [/* Work around GCC bug with double in unions on x86, |
| 2226 | where the generated insns copy non-floating-point data | 2226 | where the generated insns copy non-floating-point data |
| 2227 | via fldl/fstpl instruction pairs. This can misbehave | 2227 | via fldl/fstpl instruction pairs. This can misbehave if |
| 2228 | the data's bit pattern looks like a NaN. See, e.g.: | 2228 | the data's bit pattern looks like a NaN. See, e.g.: |
| 2229 | https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58416#c10 | 2229 | https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58416#c10 |
| 2230 | https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71460 | 2230 | https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71460 |