]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++, testsuite, Darwin : Adjust for names used in system headers.
authorIain Sandoe <iain@sandoe.co.uk>
Mon, 15 Mar 2021 00:34:27 +0000 (00:34 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Mon, 15 Mar 2021 15:42:39 +0000 (15:42 +0000)
commit6f4b0ff2b1fbd58669ae130387c7535110300c52
tree70319ce71ff8cede5b48bcc282bd97144dda9656
parentf8aa819b4ae1588b6189bb0fc675cf6334608182
libstdc++, testsuite, Darwin : Adjust for names used in system headers.

For all current Darwin SDKs inttypes.h has:
extern intmax_t imaxabs(intmax_t j);

So we need to exclude j from the defined test symbols.

libstdc++-v3/ChangeLog:

* testsuite/17_intro/names.cc: Exclude j from the list
of test symbols for Darwin.
libstdc++-v3/testsuite/17_intro/names.cc