http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60806
Bug ID: 60806 Summary: libstdc++ abi check should ignore missing TLS symbols Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org baseline_symbols.txt is expected not to contain TLS symbols so that libstdc++ abi check won't complain about them missing in --disable-tls configurations. This is error prone since people forget to remote them from baseline_symbols.txt when updating it. The abi check should go the other way and ignore missing TLS symbols instead of ignoring added TLS symbols.