[Bug other/89712] [8/9 Regression] Documentation contains unsupported options (-fdump-class-hierarchy and -fdump-translation-unit)

2019-03-15 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89712

--- Comment #7 from Martin Liška  ---
Author: marxin
Date: Fri Mar 15 08:36:15 2019
New Revision: 269701

URL: https://gcc.gnu.org/viewcvs?rev=269701=gcc=rev
Log:
Subject: Backport r269684

2019-03-15  Martin Liska  

PR other/89712
* doc/invoke.texi: Remove -fdump-class-hierarchy option.

Modified:
branches/gcc-8-branch/gcc/ChangeLog
branches/gcc-8-branch/gcc/doc/invoke.texi

[Bug other/89712] [8/9 Regression] Documentation contains unsupported options (-fdump-class-hierarchy and -fdump-translation-unit)

2019-03-15 Thread 7aitsev at pm dot me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89712

--- Comment #6 from Maxim Zaitsev <7aitsev at pm dot me> ---
(In reply to Martin Liška from comment #2)
> @Maxim: I see -fdump-class-hierarchy[-n] mentioned in PDF manual. Where do
> you see -fdump-translation-unit mentioned in GCC 8.x documentation?

My apologies. Only `-fdump-class-hierarchy` was present in the docs, but
`-fdump-translation-unit` doesn't work too since it was replaced. I thought
that the change would be mentioned somewhere in the docs, but it's only my
assumption.

Thanks for quick response and fixing the issue!

[Bug other/89712] [8/9 Regression] Documentation contains unsupported options (-fdump-class-hierarchy and -fdump-translation-unit)

2019-03-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89712

Martin Liška  changed:

   What|Removed |Added

  Known to work||8.3.1
   Target Milestone|--- |8.4
  Known to fail|8.3.0   |

--- Comment #5 from Martin Liška  ---
Fixed on trunk.

[Bug other/89712] [8/9 Regression] Documentation contains unsupported options (-fdump-class-hierarchy and -fdump-translation-unit)

2019-03-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89712

--- Comment #4 from Martin Liška  ---
Author: marxin
Date: Thu Mar 14 14:19:33 2019
New Revision: 269684

URL: https://gcc.gnu.org/viewcvs?rev=269684=gcc=rev
Log:
Remove dead option from manual (PR other/89712).

2019-03-14  Martin Liska  

PR other/89712
* doc/invoke.texi: Remove -fdump-class-hierarchy option.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/doc/invoke.texi

[Bug other/89712] [8/9 Regression] Documentation contains unsupported options (-fdump-class-hierarchy and -fdump-translation-unit)

2019-03-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89712

--- Comment #3 from Martin Liška  ---
(In reply to Martin Liška from comment #2)
> @Maxim: I see -fdump-class-hierarchy[-n] mentioned in PDF manual. Where do
> you see -fdump-class-hierarchy mentioned in GCC 8.x documentation?

Sorry, I wanted to ask about '-fdump-translation-unit' ?

[Bug other/89712] [8/9 Regression] Documentation contains unsupported options (-fdump-class-hierarchy and -fdump-translation-unit)

2019-03-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89712

--- Comment #2 from Martin Liška  ---
@Maxim: I see -fdump-class-hierarchy[-n] mentioned in PDF manual. Where do you
see -fdump-class-hierarchy mentioned in GCC 8.x documentation?

[Bug other/89712] [8/9 Regression ]Documentation contains unsupported options (-fdump-class-hierarchy and -fdump-translation-unit)

2019-03-14 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89712

Martin Liška  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Last reconfirmed||2019-03-14
 CC||marxin at gcc dot gnu.org
  Known to work||7.4.0
Summary|Documentation for GCC =>|[8/9 Regression
   |8.0 contains unsupported|]Documentation contains
   |options |unsupported options
   ||(-fdump-class-hierarchy and
   ||-fdump-translation-unit)
 Ever confirmed|0   |1
  Known to fail||8.3.0, 9.0

--- Comment #1 from Martin Liška  ---
Confirmed, let me fix that.