aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2025-09-17 14:26:30 -0700
committerPaul Eggert2025-09-17 14:26:30 -0700
commit3415fa15e4f0a146d1f08df981dc9894bf2ff320 (patch)
tree7cdfe4cdc00889ea8247c01499cf64ec0b96b48b
parent29d46a2e759a7781e4c0fc5d14b8415189d83656 (diff)
downloademacs-3415fa15e4f0a146d1f08df981dc9894bf2ff320.tar.gz
emacs-3415fa15e4f0a146d1f08df981dc9894bf2ff320.zip
; Update comment re GCC bugs 117423 and 119085.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 140ff76029e..55f01b9f554 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2232,7 +2232,7 @@ AC_CACHE_CHECK([for flag to work around GCC union bugs],
2232 [/* Work around GCC bugs 117423 and 119085 re holes in unions: 2232 [/* Work around GCC bugs 117423 and 119085 re holes in unions:
2233 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117423 2233 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117423
2234 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119085 2234 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119085
2235 These are fixed in GCC 14.4 and 15.2. 2235 These are fixed in GCC 13.5, 14.4 and 15.2.
2236 2236
2237 Working around them also works around GCC bug 58416 2237 Working around them also works around GCC bug 58416
2238 with double in unions on x86, where the generated insns 2238 with double in unions on x86, where the generated insns