https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89632

            Bug ID: 89632
           Summary: documentation bug
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: kay.diederi...@uni-konstanz.de
  Target Milestone: ---

At https://gcc.gnu.org/onlinedocs/gfortran/Code-Gen-Options.html in the section
-fno-underscoring, it says 
"is implemented as something akin to:
i = j_() + max_count__(&my_var__, &lvar);"
but the last line should surely be
i = j_() + max_count__(&my_var_, &lvar_);

Reply via email to