gcc/libstdc++-v3/testsuite/23_containers/array
Jonathan Wakely 62a1e40981 re PR libstdc++/65352 (array<T,0>::begin()/end() etc. forms a null reference and breaks on clang+ubsan)
PR libstdc++/65352
	* include/std/array (__array_traits::_S_ptr): New function.
	(array::data): Use _S_ptr to avoid creating invalid reference.
	* testsuite/23_containers/array/tuple_interface/get_neg.cc: Adjust
	dg-error line numbers.
	* testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc:
	likewise.

From-SVN: r223812
2015-05-28 13:33:41 +01:00
..
capacity Update copyright years. 2015-01-05 13:33:28 +01:00
comparison_operators Update copyright years. 2015-01-05 13:33:28 +01:00
cons Update copyright years. 2015-01-05 13:33:28 +01:00
debug Update copyright years. 2015-01-05 13:33:28 +01:00
element_access Update copyright years. 2015-01-05 13:33:28 +01:00
iterators Update copyright years. 2015-01-05 13:33:28 +01:00
requirements Update copyright years. 2015-01-05 13:33:28 +01:00
specialized_algorithms Update copyright years. 2015-01-05 13:33:28 +01:00
tuple_interface re PR libstdc++/65352 (array<T,0>::begin()/end() etc. forms a null reference and breaks on clang+ubsan) 2015-05-28 13:33:41 +01:00
range_access.cc Update copyright years. 2015-01-05 13:33:28 +01:00