https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89712
Martin Liška <marxin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Known to work| |9.0
Resolution|--- |FIXED
Assignee|unassigned at gcc dot gnu.org |marxin at gcc dot
gnu.org
Summary|[8/9 Regression] |Documentation contains
|Documentation contains |unsupported options
|unsupported options |(-fdump-class-hierarchy and
|(-fdump-class-hierarchy and |-fdump-translation-unit)
|-fdump-translation-unit) |
Known to fail|9.0 |
--- Comment #8 from Martin Liška <marxin at gcc dot gnu.org> ---
Usually we do not remove options, but leave them to be no-op. However, these
options are designed for C++ FE developers, so Nathan decided to remove them.