From e3606f3bda110bcec675134174c8d72f09cce75d Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Fri, 2 Jan 2009 11:54:57 +0000 Subject: [PATCH] extend.texi: Fix '#pragma GCC option' typo. gcc/ * doc/extend.texi: Fix '#pragma GCC option' typo. From-SVN: r143010 --- gcc/ChangeLog | 4 ++++ gcc/doc/extend.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.47.3