https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78040
Andrew Pinski changed:
What|Removed |Added
Target Milestone|8.0 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78040
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78040
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |8.0
--- Comment #3 from Andrew Pinski -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78040
--- Comment #2 from Andrey Ponomarenko ---
The -fdump-translation-unit option is public according to the documentation:
-fdump-translation-unit (C++ only)
-fdump-translation-unit-options (C++ only)
Dump a representation of the tree structure
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78040
--- Comment #1 from Andrew Pinski ---
-fdump-translation-unit is only useful for debugging GCC and that is it. It is
not designed for some random person to use for their own purpose.