From: Gerald Pfeifer Date: Fri, 23 Aug 2024 08:02:15 +0000 (+0200) Subject: fortran: Minor fix to -ffrontend-optimize description X-Git-Tag: basepoints/gcc-16~6452 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a071fcda136d00f8321d0adc773007f4f45020ea;p=thirdparty%2Fgcc.git fortran: Minor fix to -ffrontend-optimize description gcc/fortran: * invoke.texi (Code Gen Options): Add a missing word. --- diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index 6bc42afe2c4..8b3f8118848 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -2117,7 +2117,7 @@ if @option{-ffrontend-optimize} is in effect. @cindex Front-end optimization @item -ffrontend-optimize This option performs front-end optimization, based on manipulating -parts the Fortran parse tree. Enabled by default by any @option{-O} option +parts of the Fortran parse tree. Enabled by default by any @option{-O} option except @option{-O0} and @option{-Og}. Optimizations enabled by this option include: @itemize @bullet