This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/60806] New: libstdc++ abi check should ignore missing TLS symbols


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: schwab@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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]