[Bug c++/78040] Missed mangled names of class methods in the translation unit dump

2023-01-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78040 Andrew Pinski changed: What|Removed |Added Target Milestone|8.0 |---

[Bug c++/78040] Missed mangled names of class methods in the translation unit dump

2023-01-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78040 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/78040] Missed mangled names of class methods in the translation unit dump

2023-01-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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 -

[Bug c++/78040] Missed mangled names of class methods in the translation unit dump

2016-10-20 Thread andrei.moscow at mail dot ru
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

[Bug c++/78040] Missed mangled names of class methods in the translation unit dump

2016-10-19 Thread pinskia at gcc dot gnu.org
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.