]> 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>
Sun, 29 May 2022 19:14:28 +0000 (20:14 +0100)
commit3b0ee45cf6babc77c1a744660b23b497346705eb
tree0e4401635706791bfed93de5b577d99236836bd1
parent1badc4b94e430e3cbf854d99fd30c7f2e0ec6e86
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.

(cherry picked from commit 6f4b0ff2b1fbd58669ae130387c7535110300c52)
libstdc++-v3/testsuite/17_intro/names.cc