This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r223842 - in /branches/gcc-4_9-branch/libstdc++...


Author: redi
Date: Thu May 28 16:27:56 2015
New Revision: 223842

URL: https://gcc.gnu.org/viewcvs?rev=223842&root=gcc&view=rev
Log:
	PR libstdc++/65352
	* include/profile/array (array::data): Use __array_traits::_S_ptr.
	* include/debug/array (array::data): Likewise.
	* 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.

Modified:
    branches/gcc-4_9-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_9-branch/libstdc++-v3/include/debug/array
    branches/gcc-4_9-branch/libstdc++-v3/include/profile/array
    branches/gcc-4_9-branch/libstdc++-v3/include/std/array
    branches/gcc-4_9-branch/libstdc++-v3/testsuite/23_containers/array/tuple_interface/get_neg.cc
    branches/gcc-4_9-branch/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]