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

2013-09-20 Thread aponomarenko at rosalab dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850 Andrey Ponomarenko changed: What|Removed |Added Resolution|FIXED |WORKSFORME

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

2013-09-20 Thread aponomarenko at rosalab dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850 Andrey Ponomarenko changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[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 translation/57850] New: Option -fdump-translation-unit not working

2013-07-08 Thread aponomarenko at rosalab dot ru
: translation Assignee: unassigned at gcc dot gnu.org Reporter: aponomarenko at rosalab dot ru Hi, The -fdump-translation-unit option of the GCC compiler was broken in 4.8.1 (relative to 4.7.1). Steps to reproduce: 1. Create any header file file.h 2. g++ -fdump-translation-unit