[Bug c/82542] -fdump-lang-raw (formerly -fdump-translation-unit) no longer available for C
joseph at codesourcery dot com
gcc-bugzilla@gcc.gnu.org
Fri Oct 13 16:21:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82542
--- Comment #6 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
glibc does not use this option. ABI checking in glibc works on binaries
via objdump -T. linknamespace tests do use -aux-info to list functions
exported by a header, and would find it useful to be able to list exported
variables as well, but while the output of -fdump-translation-unit
includes variables it didn't seem at all convenient to parse for that
purpose.
More information about the Gcc-bugs
mailing list