gcc/libstdc++-v3
Jonathan Wakely ea2c1a6d67 re PR libstdc++/52591 ([C++0x] [4.7 Regression] moving std::vector relies on movable elements)
PR libstdc++/52591
	* include/bits/stl_vector.h (vector::operator=(vector&&)): Dispatch
	to _M_move_assign depending on whether allocator is moved.
	(vector::_M_move_assign): Add overloaded functions.
	* testsuite/23_containers/vector/52591.cc: New.
	* testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
	Adjust dg-error line number.
	* 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: r186057
2012-04-01 23:04:54 +01:00
..
config Update sparc-linux-gnu libstdc++ ABI baseline. 2012-03-23 11:29:39 -07:00
doc Makefile.am: XML output names have only .xml suffix. 2012-03-23 00:00:58 +00:00
include re PR libstdc++/52591 ([C++0x] [4.7 Regression] moving std::vector relies on movable elements) 2012-04-01 23:04:54 +01:00
libsupc++ re PR libstdc++/52689 (static linking with libstdc++ fails) 2012-03-29 06:14:32 +00:00
po re PR libstdc++/47058 ("--enable-maintainer-mode --disable-werror" wrongly upgrades warnings to errors in libstdc++) 2012-02-17 20:26:32 +00:00
python re PR libstdc++/52317 (incorrect FSF address) 2012-02-21 10:55:54 +00:00
scripts testsuite_flags.in (--cxxflags): Let CXXFLAGS set -g -O2. 2012-03-23 16:17:49 +00:00
src re PR libstdc++/52689 (static linking with libstdc++ fails) 2012-03-29 06:14:32 +00:00
testsuite re PR libstdc++/52591 ([C++0x] [4.7 Regression] moving std::vector relies on movable elements) 2012-04-01 23:04:54 +01:00
ChangeLog re PR libstdc++/52591 ([C++0x] [4.7 Regression] moving std::vector relies on movable elements) 2012-04-01 23:04:54 +01:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011 Roll ChangeLog file, move 2012 entries in the new ChangeLog. 2012-01-05 20:49:15 +00:00
Makefile.am [multiple changes] 2012-01-23 23:12:01 +00:00
Makefile.in re PR libstdc++/47058 ("--enable-maintainer-mode --disable-werror" wrongly upgrades warnings to errors in libstdc++) 2012-02-17 20:26:32 +00:00
README
acinclude.m4 Remove obsolete Solaris 8 support 2012-03-14 17:08:03 +00:00
aclocal.m4
config.h.in Remove obsolete Solaris 8 support 2012-03-14 17:08:03 +00:00
configure Remove obsolete Solaris 8 support 2012-03-14 17:08:03 +00:00
configure.ac Remove obsolete Solaris 8 support 2012-03-14 17:08:03 +00:00
configure.host Remove obsolete Solaris 8 support 2012-03-14 17:08:03 +00:00
crossconfig.m4 Remove obsolete Solaris 8 support 2012-03-14 17:08:03 +00:00
fragment.am re PR libstdc++/47058 ("--enable-maintainer-mode --disable-werror" wrongly upgrades warnings to errors in libstdc++) 2012-02-17 20:26:32 +00:00
linkage.m4

README

file: libstdc++-v3/README

New users may wish to point their web browsers to the file
index.html in the 'doc/html' subdirectory.  It contains brief
building instructions and notes on how to configure the library in
interesting ways.