gcc/libstdc++-v3/testsuite/23_containers/vector
Jonathan Wakely 1a2196e484 Fix DR 438 container tests to pass in C++98 mode
* testsuite/23_containers/deque/requirements/dr438/assign_neg.cc:
	Adjust dg-prune-output pattern for error in C++98 mode.
	* testsuite/23_containers/deque/requirements/dr438/
	constructor_1_neg.cc: Likewise.
	* testsuite/23_containers/deque/requirements/dr438/
	constructor_2_neg.cc: Likewise.
	* testsuite/23_containers/deque/requirements/dr438/insert_neg.cc:
	Likewise.
	* testsuite/23_containers/list/requirements/dr438/assign_neg.cc:
	Likewise.
	* testsuite/23_containers/list/requirements/dr438/
	constructor_1_neg.cc: Likewise.
	* testsuite/23_containers/list/requirements/dr438/insert_neg.cc:
	Likewise.
	* testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
	Likewise.
	* testsuite/23_containers/vector/requirements/dr438/
	constructor_1_neg.cc: Likewise.
	* testsuite/23_containers/vector/requirements/dr438/
	constructor_2_neg.cc: Likewise.
	* testsuite/23_containers/vector/requirements/dr438/insert_neg.cc:
	Likewise.

From-SVN: r238837
2016-07-28 22:00:45 +01:00
..
allocator Fix std::vector's use of temporary objects 2016-07-04 15:52:46 +01:00
bool Update copyright years. 2016-01-04 15:30:50 +01:00
capacity Update copyright years. 2016-01-04 15:30:50 +01:00
cons Update copyright years. 2016-01-04 15:30:50 +01:00
data_access Update copyright years. 2016-01-04 15:30:50 +01:00
debug Update copyright years. 2016-01-04 15:30:50 +01:00
element_access Update copyright years. 2016-01-04 15:30:50 +01:00
ext_pointer Update copyright years. 2016-01-04 15:30:50 +01:00
modifiers Add std::vector::emplace() testcase from LWG 2164 2016-07-12 15:00:11 +01:00
profile * testsuite/23_containers/vector/profile/vector.cc: Add maxdata option on AIX. 2015-11-21 00:38:25 -05:00
requirements Fix DR 438 container tests to pass in C++98 mode 2016-07-28 22:00:45 +01:00
types Update copyright years. 2016-01-04 15:30:50 +01:00
14340.cc Update copyright years. 2016-01-04 15:30:50 +01:00
15523.cc Update copyright years. 2016-01-04 15:30:50 +01:00
18604.cc Update copyright years. 2016-01-04 15:30:50 +01:00
26412-1.cc Update copyright years. 2016-01-04 15:30:50 +01:00
26412-2.cc Update copyright years. 2016-01-04 15:30:50 +01:00
40192.cc Update copyright years. 2016-01-04 15:30:50 +01:00
52591.cc Update copyright years. 2016-01-04 15:30:50 +01:00
58764.cc Update copyright years. 2016-01-04 15:30:50 +01:00
59829.cc Update copyright years. 2016-01-04 15:30:50 +01:00
63500.cc Update copyright years. 2016-01-04 15:30:50 +01:00
check_construct_destroy.cc Fix std::vector test to pass in C++98 mode 2016-07-28 22:00:39 +01:00
debug_mode_requires_reallocation-1.cc Update copyright years. 2016-01-04 15:30:50 +01:00
debug_mode_requires_reallocation-2.cc Update copyright years. 2016-01-04 15:30:50 +01:00
init-list.cc Update copyright years. 2016-01-04 15:30:50 +01:00
range_access.cc Update copyright years. 2016-01-04 15:30:50 +01:00
zero_sized_allocations.cc Define missing delete operators in libstdc++ testsuite 2016-07-21 20:38:57 +01:00