Commit 16f8992e by Jonathan Wakely Committed by Jonathan Wakely

PR c++/90592 add missing word "scope" to __func__ docs

	PR c++/90592
	* doc/extend.texi (Function Names): Add missing word.

From-SVN: r271554
parent 5879ab5f
2019-05-23 Jonathan Wakely <jwakely@redhat.com>
PR c++/90592
* doc/extend.texi (Function Names): Add missing word.
2019-05-23 Richard Biener <rguenther@suse.de> 2019-05-23 Richard Biener <rguenther@suse.de>
PR tree-optimization/88440 PR tree-optimization/88440
......
...@@ -10830,7 +10830,7 @@ evaluates to the empty string. ...@@ -10830,7 +10830,7 @@ evaluates to the empty string.
backward compatibility with old versions of GCC. backward compatibility with old versions of GCC.
In C, @code{__PRETTY_FUNCTION__} is yet another name for In C, @code{__PRETTY_FUNCTION__} is yet another name for
@code{__func__}, except that at file (or, in C++, namespace scope), @code{__func__}, except that at file scope (or, in C++, namespace scope),
it evaluates to the string @code{"top level"}. In addition, in C++, it evaluates to the string @code{"top level"}. In addition, in C++,
@code{__PRETTY_FUNCTION__} contains the signature of the function as @code{__PRETTY_FUNCTION__} contains the signature of the function as
well as its bare name. For example, this program: well as its bare name. For example, this program:
......
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