extend.texi (5.24 Declaring Attributes of Functions): Clarify that the alternative...
authorPaolo Carlini <pcarlini@suse.de>
Fri, 25 Feb 2005 18:29:28 +0000 (18:29 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Fri, 25 Feb 2005 18:29:28 +0000 (18:29 +0000)
2005-02-25  Paolo Carlini  <pcarlini@suse.de>

* doc/extend.texi (5.24 Declaring Attributes of Functions)<noreturn>:
Clarify that the alternative way doesn't work in GNU C++.

From-SVN: r95542

gcc/ChangeLog
gcc/doc/extend.texi

index 00e185a..578d2b8 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-25  Paolo Carlini  <pcarlini@suse.de>
+
+       * doc/extend.texi (5.24 Declaring Attributes of Functions)<noreturn>:
+       Clarify that the alternative way doesn't work in GNU C++.
+
 2005-02-25  Zdenek Dvorak  <dvorakz@suse.cz>
 
        * tree-ssa-dom.c (simple_iv_increment_p): New function.
index 1267517..c151049 100644 (file)
@@ -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