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
Hi folks,
some more suggestions for corrections in the onlinedocs:
https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gfortran/GERROR.html#GERROR
RESULT "Shall of type CHARACTER and of default"
--> "Shall BE of ... default KIND."
https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gfortran/GETARG.html#GETA
https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gfortran/ATOMIC_005fADD.html#ATOMIC_005fADD
"ATOMIC_ADD(ATOM, VALUE) atomically adds the value of VAR to the
variable ATOM."
--> "... adds the value of VALUE ..." ?