From a1e7304632f851686fb67fb5c1d3e89eed1fa163 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Fri, 25 Feb 2005 18:29:28 +0000 Subject: [PATCH] extend.texi (5.24 Declaring Attributes of Functions): Clarify that the alternative way doesn't work in GNU C++. 2005-02-25 Paolo Carlini * doc/extend.texi (5.24 Declaring Attributes of Functions): Clarify that the alternative way doesn't work in GNU C++. From-SVN: r95542 --- gcc/ChangeLog | 5 +++++ gcc/doc/extend.texi | 2 ++ 2 files changed, 7 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 00e185a2a47..578d2b80472 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-02-25 Paolo Carlini + + * doc/extend.texi (5.24 Declaring Attributes of Functions): + Clarify that the alternative way doesn't work in GNU C++. + 2005-02-25 Zdenek Dvorak * tree-ssa-dom.c (simple_iv_increment_p): New function. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 12675176420..c1510492690 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -2034,6 +2034,8 @@ typedef void voidfn (); volatile voidfn fatal; @end smallexample +This approach does not work in GNU C++. + @item nothrow @cindex @code{nothrow} function attribute The @code{nothrow} attribute is used to inform the compiler that a -- 2.30.2