[Bug fortran/89632] New: documentation bug

kay.diederichs@uni-konstanz.de gcc-bugzilla@gcc.gnu.org
Fri Mar 8 13:50:00 GMT 2019


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.diederichs@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_);


More information about the Gcc-bugs mailing list