]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
extend.texi (5.24 Declaring Attributes of Functions): Clarify that the alternative...
authorPaolo Carlini <pcarlini@suse.de>
Sat, 26 Feb 2005 22:17:26 +0000 (22:17 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sat, 26 Feb 2005 22:17:26 +0000 (22:17 +0000)
2005-02-26  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: r95595

gcc/ChangeLog
gcc/doc/extend.texi

index 2899a3965d7e0262e84c05ba5ae3be50bb5b892a..095540bbfb8669592c8460e621f9df28cac2be61 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-26  Paolo Carlini  <pcarlini@suse.de>
+
+       * doc/extend.texi (Declaring Attributes of Functions)<noreturn>:
+       Clarify that the alternative way doesn't work in GNU C++.
+
 2005-02-25  David Edelsohn  <edelsohn@gnu.org>
 
        Backport from mainline:
index 0b4cd442734582c72a8efdc631fd0215609057a1..463864523adf8b42d06b1bd6bb5e29d1fd546e69 100644 (file)
@@ -2048,6 +2048,8 @@ typedef void voidfn ();
 volatile voidfn fatal;
 @end smallexample
 
+This approach does not work in GNU C++.
+
 @cindex @code{noinline} function attribute
 @item noinline
 This function attribute prevents a function from being considered for