http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850
Andrey Ponomarenko changed:
What|Removed |Added
Resolution|FIXED |WORKSFORME
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57850
Andrey Ponomarenko changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
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:/
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
: 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