]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
Omit "ATTENTION!" comments re reproducible/unsequenced
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 24 Dec 2025 08:51:26 +0000 (00:51 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 24 Dec 2025 08:51:49 +0000 (00:51 -0800)
These comments are out of date as the efforts did not pan out.

lib/attribute.h
m4/gnulib-common.m4

index eded1543a50e30a180e1ca08f0fcd5679603dfcc..e71c9f50aea1c22a8ea4777a10847658972b61cf 100644 (file)
    the function cannot return a pointer to storage whose contents
    change later.)
    See also <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2956.htm> and
-   <https://stackoverflow.com/questions/76847905/>.
-   ATTENTION! Efforts are underway to change the meaning of this attribute.
-   See <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3494.htm>.  */
+   <https://stackoverflow.com/questions/76847905/>.  */
 /* Applies to: functions, pointer to functions, function type.  */
 #define UNSEQUENCED _GL_ATTRIBUTE_UNSEQUENCED
 
    and can change state addressed by its pointer arguments, but the
    function cannot return a pointer to storage whose contents change later.)
    See also <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2956.htm> and
-   <https://stackoverflow.com/questions/76847905/>.
-   ATTENTION! Efforts are underway to change the meaning of this attribute.
-   See <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3494.htm>.  */
+   <https://stackoverflow.com/questions/76847905/>.  */
 /* Applies to: functions, pointer to functions, function type.  */
 #define REPRODUCIBLE _GL_ATTRIBUTE_REPRODUCIBLE
 
index efd9f23126f9c62af0a2386ec72568ff650c840b..e9de35f769bfe795320282cde4fddafbe3e63d21 100644 (file)
@@ -782,9 +782,7 @@ AC_DEFUN([gl_COMMON_BODY], [
    and can change state addressed by its pointer arguments, but the
    function cannot return a pointer to storage whose contents change later.)
    See also <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2956.htm> and
-   <https://stackoverflow.com/questions/76847905/>.
-   ATTENTION! Efforts are underway to change the meaning of this attribute.
-   See <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3494.htm>.  */
+   <https://stackoverflow.com/questions/76847905/>.  */
 /* Applies to: functions, pointer to functions, function types.  */
 #ifndef _GL_ATTRIBUTE_REPRODUCIBLE
 /* This may be revisited when gcc and clang support [[reproducible]] or possibly
@@ -839,9 +837,7 @@ AC_DEFUN([gl_COMMON_BODY], [
    the function cannot return a pointer to storage whose contents
    change later.)
    See also <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2956.htm> and
-   <https://stackoverflow.com/questions/76847905/>.
-   ATTENTION! Efforts are underway to change the meaning of this attribute.
-   See <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3494.htm>.  */
+   <https://stackoverflow.com/questions/76847905/>.  */
 /* Applies to: functions, pointer to functions, function types.  */
 #ifndef _GL_ATTRIBUTE_UNSEQUENCED
 /* This may be revisited when gcc and clang support [[unsequenced]] or possibly