This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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]

r197160 - in /branches/gcc-4_8-branch/libstdc++...


Author: paolo
Date: Wed Mar 27 11:39:54 2013
New Revision: 197160

URL: http://gcc.gnu.org/viewcvs?rev=197160&root=gcc&view=rev
Log:
2013-03-27  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/55979
	* include/bits/stl_list.h (_M_initialize_dispatch(_InputIterator,
	_InputIterator, __false_type)): Use emplace_back.
	* testsuite/23_containers/list/cons/55979.cc: New.
	* testsuite/23_containers/list/modifiers/1.h: Adjust.
	* testsuite/23_containers/list/requirements/dr438/assign_neg.cc:
	Adjust dg-error line number.

Added:
    branches/gcc-4_8-branch/libstdc++-v3/testsuite/23_containers/list/cons/55979.cc
Modified:
    branches/gcc-4_8-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_8-branch/libstdc++-v3/include/bits/stl_list.h
    branches/gcc-4_8-branch/libstdc++-v3/testsuite/23_containers/list/modifiers/1.h
    branches/gcc-4_8-branch/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc


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