]> Savannah Git Hosting - gnulib.git/commitdiff
Improve a comment.
authorBruno Haible <bruno@clisp.org>
Mon, 5 Aug 2024 23:53:10 +0000 (01:53 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 5 Aug 2024 23:53:10 +0000 (01:53 +0200)
With info from Sam James <sam@gentoo.org>.

* m4/gnulib-common.m4 (gl_COMMON_BODY): Reference the gcc bug that is
the reason for _GL_BRACKET_BEFORE_ATTRIBUTE.

ChangeLog
m4/gnulib-common.m4

index 1dd9a5433907cdba6e99757c4221af0a30a9e523..dc27670bda807c03aaa8fa1e05d51e297e3f5012 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-08-05  Bruno Haible  <bruno@clisp.org>
+
+       Improve a comment.
+       With info from Sam James <sam@gentoo.org>.
+       * m4/gnulib-common.m4 (gl_COMMON_BODY): Reference the gcc bug that is
+       the reason for _GL_BRACKET_BEFORE_ATTRIBUTE.
+
 2024-08-05  Bruno Haible  <bruno@clisp.org>
 
        math: Fix HUGE_VAL and HUGE_VALL on AIX.
index b208dc12662b06e2fe018af330ec9a7688c5ed32..b1b3758db8cd67de3f333985120b60a76a4798ac 100644 (file)
@@ -1,5 +1,5 @@
 # gnulib-common.m4
-# serial 100
+# serial 101
 dnl Copyright (C) 2007-2024 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -144,8 +144,9 @@ AC_DEFUN([gl_COMMON_BODY], [
       [[__nodiscard__]] __attribute__ ((__deprecated__)) int bar2 (int);
       ======================================================================
       This gives a syntax error
-        - in C mode with gcc, and
-        - in C++ mode with clang++ version < 16.
+        - in C mode with gcc
+          <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108796>, and
+        - in C++ mode with clang++ version < 16, and
         - in C++ mode, inside extern "C" {}, still in newer clang++ versions
           <https://github.com/llvm/llvm-project/issues/101990>.
  */