From: Richard Sandiford Date: Fri, 2 Jan 2009 11:54:57 +0000 (+0000) Subject: extend.texi: Fix '#pragma GCC option' typo. X-Git-Tag: releases/gcc-4.4.0~1074 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3606f3bda110bcec675134174c8d72f09cce75d;p=thirdparty%2Fgcc.git extend.texi: Fix '#pragma GCC option' typo. gcc/ * doc/extend.texi: Fix '#pragma GCC option' typo. From-SVN: r143010 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d3397552848a..1757883fcac6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-01-02 Richard Sandiford + + * doc/extend.texi: Fix '#pragma GCC option' typo. + 2009-01-02 Richard Guenther * doc/install.texi (--enable-checking): Mention different diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 43e91afe8b42..dc9a2ee161b0 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -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