[Bug c++/57850] Option -fdump-translation-unit not working

2013-08-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850 Paolo Carlini changed: What|Removed |Added CC||steven at gcc dot gnu.org --- Comment #8

[Bug c++/57850] Option -fdump-translation-unit not working

2013-08-06 Thread singhai at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850 --- Comment #7 from Sharad Singhai --- I looked at it and this issue seems related to handling of PCH files. The following patch introduced it http://gcc.gnu.org/viewcvs/gcc/trunk/gcc/cp/decl2.c?r1=194363&r2=194362&pathrev=194363 When only a hea

[Bug c++/57850] Option -fdump-translation-unit not working

2013-08-04 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850 Paolo Carlini changed: What|Removed |Added CC||gdr at gcc dot gnu.org,

[Bug c++/57850] Option -fdump-translation-unit not working

2013-08-04 Thread dmitrij.ledkov at ubuntu dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850 --- Comment #5 from Dima --- Why is this bug is still marked unconfirmed? Is there something I can do to confirm it?

[Bug c++/57850] Option -fdump-translation-unit not working

2013-07-09 Thread aponomarenko at rosalab dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850 --- Comment #4 from Andrey Ponomarenko --- It's also used for maintaining binary compatibility of glibc: http://sourceware.org/glibc/wiki/Testing/ABI_checker and by the API Sanity Checker tool for generating unit tests for C/C++ libraries: http:/

[Bug c++/57850] Option -fdump-translation-unit not working

2013-07-09 Thread aponomarenko at rosalab dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850 --- Comment #3 from Andrey Ponomarenko --- Please do not remove this option! I know that it's private option for debugging GCC only, but it's used in the ABI Compliance Checker tool: http://ispras.linuxbase.org/index.php/ABI_compliance_checker T

[Bug c++/57850] Option -fdump-translation-unit not working

2013-07-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850 --- Comment #2 from Paolo Carlini --- See also PR2778 (!) If there is no interest in maintaining the option we should probably remove / deprecate it. Seriously.

[Bug c++/57850] Option -fdump-translation-unit not working

2013-07-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850 Andrew Pinski changed: What|Removed |Added Component|translation |c++ Severity|critical