diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2025-09-17 14:26:30 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2025-09-17 14:26:30 -0700 |
| commit | 3415fa15e4f0a146d1f08df981dc9894bf2ff320 (patch) | |
| tree | 7cdfe4cdc00889ea8247c01499cf64ec0b96b48b /configure.ac | |
| parent | 29d46a2e759a7781e4c0fc5d14b8415189d83656 (diff) | |
; Update comment re GCC bugs 117423 and 119085.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
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], [/* 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 14.4 and 15.2. + These are fixed in GCC 13.5, 14.4 and 15.2. Working around them also works around GCC bug 58416 with double in unions on x86, where the generated insns |
