gcc/libstdc++-v3/src
Jonathan Wakely 891b1d6872 Fix bootstrap with --enable-fully-dynamic-string
PR libstdc++/86447
	* src/c++11/cow-stdexcept.cc [_GLIBCXX_FULLY_DYNAMIC_STRING]
	(logic_error::logic_error(logic_error&&))
	(logic_error::operator=(logic_error&&))
	(runtime_error::runtime_error(runtime_error&&))
	(runtime_error::operator=(runtime_error&&)): Copy strings instead of
	moving, to avoid allocating empty reps for moved-from strings.

From-SVN: r263590
2018-08-16 16:56:21 +01:00
..
c++11 Fix bootstrap with --enable-fully-dynamic-string 2018-08-16 16:56:21 +01:00
c++17 Fix single-threaded build for targets without atomics 2018-08-15 10:56:33 +01:00
c++98 PR libstdc++/85343 overload __throw_ios_failure to take errno 2018-08-14 13:09:57 +01:00
filesystem PR libstdc++/86450 use -Wabi=2 and simplify -Werror use 2018-07-17 14:18:47 +01:00
shared Update copyright years. 2018-01-03 11:03:58 +01:00
Makefile.am Add new src/c++17 directory to list in acinclude.m4 2018-07-25 12:01:39 +01:00
Makefile.in Add initial version of C++17 <memory_resource> header 2018-07-24 22:09:55 +01:00