From: Bruno Haible Date: Mon, 5 Aug 2024 23:53:10 +0000 (+0200) Subject: Improve a comment. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=884f4f3a924cef077e4bf0e488946a6b7cf5515e;p=gnulib.git Improve a comment. With info from Sam James . * m4/gnulib-common.m4 (gl_COMMON_BODY): Reference the gcc bug that is the reason for _GL_BRACKET_BEFORE_ATTRIBUTE. --- diff --git a/ChangeLog b/ChangeLog index 1dd9a54339..dc27670bda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2024-08-05 Bruno Haible + + Improve a comment. + With info from Sam James . + * 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 math: Fix HUGE_VAL and HUGE_VALL on AIX. diff --git a/m4/gnulib-common.m4 b/m4/gnulib-common.m4 index b208dc1266..b1b3758db8 100644 --- a/m4/gnulib-common.m4 +++ b/m4/gnulib-common.m4 @@ -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 + , and + - in C++ mode with clang++ version < 16, and - in C++ mode, inside extern "C" {}, still in newer clang++ versions . */