gcc/libstdc++-v3/testsuite/17_intro
Jonathan Wakely f929293589 libstdc++: Fix experimental/names.cc failure on AIX
This fails due to "u" being used in a system header.

FAIL: experimental/names.cc  -std=gnu++17 (test for excess errors)
Excess errors:
/usr/include/sys/poll.h:77: error: expected unqualified-id before ';' token
/usr/include/sys/poll.h:77: error: expected ')' before ';' token

FAIL: experimental/names.cc  -std=gnu++17 (test for excess errors)
Excess errors:
/usr/include/sys/poll.h:102: error: expected unqualified-id before ';' token
/usr/include/sys/poll.h:102: error: expected ')' before ';' token

libstdc++-v3/ChangeLog:

	* testsuite/17_intro/names.cc [_AIX]: Undefine "u".
2024-02-02 13:54:02 +00:00
..
headers Update copyright years. 2024-01-03 12:19:35 +01:00
badnames.cc Update copyright years. 2024-01-03 12:19:35 +01:00
freestanding.cc Update copyright years. 2024-01-03 12:19:35 +01:00
names.cc libstdc++: Fix experimental/names.cc failure on AIX 2024-02-02 13:54:02 +00:00
names_pstl.cc
no_library_allocation.cc libstdc++: Fix tests relying on operator new/delete overload 2023-08-23 06:35:24 +02:00
shared_with_static_deps.cc Update copyright years. 2024-01-03 12:19:35 +01:00
static.cc Update copyright years. 2024-01-03 12:19:35 +01:00
tag_type_explicit_ctor.cc Update copyright years. 2024-01-03 12:19:35 +01:00
using_namespace_std.cc Update copyright years. 2024-01-03 12:19:35 +01:00
using_namespace_std_exp_neg.cc Update copyright years. 2024-01-03 12:19:35 +01:00
using_namespace_std_tr1_neg.cc Update copyright years. 2024-01-03 12:19:35 +01:00
versionconflict.cc