gcc/libstdc++-v3/testsuite/17_intro
Jonathan Wakely 64cdf49962 libstdc++: Fix test failure on AIX
This fixes a test failure due to a non-reserved name in an AIX system
header (included via <pthread.h>). That name clashes with one of the
names we check our own headers for, so skip checking that name on AIX.

libstdc++-v3/ChangeLog:

	* testsuite/17_intro/names.cc (func): Undef on AIX.
2022-03-03 22:25:44 +00:00
..
headers libstdc++: Rename non-reserved macros in config header [PR103650] 2022-01-17 12:08:26 +00:00
badnames.cc Update copyright years. 2022-01-03 10:42:10 +01:00
freestanding.cc Update copyright years. 2022-01-03 10:42:10 +01:00
names.cc libstdc++: Fix test failure on AIX 2022-03-03 22:25:44 +00:00
shared_with_static_deps.cc Update copyright years. 2022-01-03 10:42:10 +01:00
static.cc Update copyright years. 2022-01-03 10:42:10 +01:00
tag_type_explicit_ctor.cc Update copyright years. 2022-01-03 10:42:10 +01:00
using_namespace_std_exp_neg.cc Update copyright years. 2022-01-03 10:42:10 +01:00
using_namespace_std_tr1_neg.cc Update copyright years. 2022-01-03 10:42:10 +01:00
using_namespace_std.cc Update copyright years. 2022-01-03 10:42:10 +01:00