extend.texi: Fix '#pragma GCC option' typo.
gcc/ * doc/extend.texi: Fix '#pragma GCC option' typo. From-SVN: r143010
This commit is contained in:
parent
2fbbedafa3
commit
e3606f3bda
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-01-02 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* doc/extend.texi: Fix '#pragma GCC option' typo.
|
||||
|
||||
2009-01-02 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
* 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
|
|||
@samp{#pragma GCC optimize} pragma to set the optimization options
|
||||
that affect more than one function.
|
||||
@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
|
||||
compiled with more aggressive optimization options that produce faster
|
||||
|
|
Loading…
Add table
Reference in a new issue