emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 50549cefcd5: * configure.ac: Update GCC bug number in comment.


From: Paul Eggert
Subject: master 50549cefcd5: * configure.ac: Update GCC bug number in comment.
Date: Wed, 21 Jun 2023 03:07:12 -0400 (EDT)

branch: master
commit 50549cefcd5e2837cf73aa4524f9c87faeba2cec
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    * configure.ac: Update GCC bug number in comment.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index d6592ded8ea..dffdef48c10 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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>.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]