https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90288
Bug ID: 90288 Summary: -g{no,}as-locview-support missing the leading dash in the documentation Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: documentation Severity: normal Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: zsojka at seznam dot cz Target Milestone: --- The man pages, as well as the HTML documentation are missing the leading dash in the -gas-locview-support and -gno-as-locview-support options: -gno-as-loc-support Force GCC to generate DWARF2+ line number tables internally, if DWARF2+ line number tables are to be generated. gas-locview-support Inform the compiler that the assembler supports "view" assignment and reset assertion checking in ".loc" directives. This option will be enabled by default if, at GCC configure time, the assembler was found to support them. gno-as-locview-support Force GCC to assign view numbers internally, if -gvariable-location-views are explicitly requested. This can be seen in the online docs as well: https://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html https://gcc.gnu.org/onlinedocs/gcc-8.3.0/gcc/Debugging-Options.html#Debugging-Options