]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac: Update GCC bug number in comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 21 Jun 2023 07:06:44 +0000 (00:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 21 Jun 2023 07:06:44 +0000 (00:06 -0700)
configure.ac

index d6592ded8eac715681be25bc46cd55fae17a8a8d..dffdef48c1019010c11e20bf916be3e3c17ba9b9 100644 (file)
@@ -1081,7 +1081,7 @@ AS_IF([test $gl_gcc_warnings = no],
 
   nw="$nw -Wcast-align=strict"      # Emacs is tricky with pointers.
   nw="$nw -Wduplicated-branches"    # Too many false alarms
-  nw="$nw -Wformat-overflow=2"      # False alarms due to GCC bug 80776
+  nw="$nw -Wformat-overflow=2"      # False alarms due to GCC bug 110333
   nw="$nw -Wsystem-headers"         # Don't let system headers trigger warnings
   nw="$nw -Woverlength-strings"     # Not a problem these days
   nw="$nw -Wvla"                    # Emacs uses <vla.h>.