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

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

From-SVN: r143010
This commit is contained in:
Richard Sandiford 2009-01-02 11:54:57 +00:00 committed by Richard Sandiford
parent 2fbbedafa3
commit e3606f3bda
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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