Commit 8de4dd05 by Gerald Pfeifer Committed by Gerald Pfeifer

* doc/extend.texi (__sync Builtins): Fix grammar.

From-SVN: r221927
parent 5817d9f9
2015-04-08 Gerald Pfeifer <gerald@pfeifer.com>
* doc/extend.texi (__sync Builtins): Fix grammar.
2015-04-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> 2015-04-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* doc/cfg.texi (GIMPLE statement iterators): Fix typo. * doc/cfg.texi (GIMPLE statement iterators): Fix typo.
......
...@@ -8224,7 +8224,7 @@ counterparts. GCC allows any integral scalar or pointer type that is ...@@ -8224,7 +8224,7 @@ counterparts. GCC allows any integral scalar or pointer type that is
Not all operations are supported by all target processors. If a particular Not all operations are supported by all target processors. If a particular
operation cannot be implemented on the target processor, a warning is operation cannot be implemented on the target processor, a warning is
generated and a call an external function is generated. The external generated and a call to an external function is generated. The external
function carries the same name as the built-in version, function carries the same name as the built-in version,
with an additional suffix with an additional suffix
@samp{_@var{n}} where @var{n} is the size of the data type. @samp{_@var{n}} where @var{n} is the size of the data type.
......
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