Commit a1e73046 by Paolo Carlini Committed by Paolo Carlini

extend.texi (5.24 Declaring Attributes of Functions): Clarify that the…

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

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
parent 9e38f702
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> 2005-02-25 Zdenek Dvorak <dvorakz@suse.cz>
* tree-ssa-dom.c (simple_iv_increment_p): New function. * tree-ssa-dom.c (simple_iv_increment_p): New function.
......
...@@ -2034,6 +2034,8 @@ typedef void voidfn (); ...@@ -2034,6 +2034,8 @@ typedef void voidfn ();
volatile voidfn fatal; volatile voidfn fatal;
@end smallexample @end smallexample
This approach does not work in GNU C++.
@item nothrow @item nothrow
@cindex @code{nothrow} function attribute @cindex @code{nothrow} function attribute
The @code{nothrow} attribute is used to inform the compiler that a The @code{nothrow} attribute is used to inform the compiler that a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment