On Mon, 8 Apr 2024, Johannes Nendwich via Gcc wrote:
> on https://gcc.gnu.org/onlinedocs/gfortran/Code-Gen-Options.html
> there is at the end the part
>
>-ffrontend-optimize
>
>This option performs front-end optimization, based on manipulating
> parts the Fortran parse tree.
>
> Migh
Hello,
on https://gcc.gnu.org/onlinedocs/gfortran/Code-Gen-Options.html
there is at the end the part
-ffrontend-optimize
This option performs front-end optimization, based on
manipulating parts the Fortran parse tree.
Might it be that it should say "... manipulating parts _of_ the