https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90465
Bug ID: 90465
Summary: Documentation: one of the meanings of -Q not described
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: gennaro.prota+gccbugzilla at gmail dot com
Target Milestone: ---
From the manual:
-Q
Makes the compiler print out each function name as it is compiled, and
print some statistics about each pass when it finishes.
This does not include the (overloaded) meaning of -Q when it precedes
--help=option.
I propose to add the following to the description:
"(For another meaning of the option, see --help=option.)"