Commit e3606f3b by Richard Sandiford Committed by Richard Sandiford

extend.texi: Fix '#pragma GCC option' typo.

gcc/
	* doc/extend.texi: Fix '#pragma GCC option' typo.

From-SVN: r143010
parent 2fbbedaf
2009-01-02 Richard Sandiford <rdsandiford@googlemail.com>
* doc/extend.texi: Fix '#pragma GCC option' typo.
2009-01-02 Richard Guenther <rguenther@suse.de> 2009-01-02 Richard Guenther <rguenther@suse.de>
* doc/install.texi (--enable-checking): Mention different * doc/install.texi (--enable-checking): Mention different
...@@ -2848,7 +2848,7 @@ are assumed to be used with a @code{-f} prefix. You can also use the ...@@ -2848,7 +2848,7 @@ are assumed to be used with a @code{-f} prefix. You can also use the
@samp{#pragma GCC optimize} pragma to set the optimization options @samp{#pragma GCC optimize} pragma to set the optimization options
that affect more than one function. that affect more than one function.
@xref{Function Specific Option Pragmas}, for details about the @xref{Function Specific Option Pragmas}, for details about the
@samp{#pragma GCC option} pragma. @samp{#pragma GCC optimize} pragma.
This can be used for instance to have frequently executed functions This can be used for instance to have frequently executed functions
compiled with more aggressive optimization options that produce faster compiled with more aggressive optimization options that produce faster
......
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