gcc/libstdc++-v3/testsuite
Jonathan Wakely 304a15ec64 PR libstdc++/81476 Optimise vector insertion from input iterators
PR libstdc++/81476
	* include/bits/vector.tcc (vector::_M_range_insert<_InputIterator>):
	Only insert elements one-by-one when inserting at the end.
	* testsuite/performance/23_containers/insert/81476.cc: New.

From-SVN: r250366
2017-07-19 20:32:15 +01:00
..
17_intro Remove superfluous "" in dg-error. 2017-04-28 13:56:38 +01:00
18_support Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
19_diagnostics
20_util Constrain std::variant constructor for class template argument deduction 2017-07-14 20:13:49 +01:00
21_strings Get rid of dg-skip-if etc. default args 2017-06-17 15:32:28 +00:00
22_locale Fix memory leaks in libstdc++ tests 2017-07-06 13:42:51 +01:00
23_containers stl_list.h (struct _List_node_header): New. 2017-07-18 20:26:08 +00:00
24_iterators * testsuite/24_iterators/container_access.cc (test03): Make il3 static. 2017-05-09 11:11:19 -04:00
25_algorithms PR libstdc++/81221 only run new test for check-parallel 2017-06-27 17:19:16 +01:00
26_numerics PR libstdc++/80137 use std::nextafter instead of looping 2017-03-28 17:09:49 +01:00
27_io Use dg-require-fileio in new test 2017-07-19 01:23:00 +01:00
28_regex Add C++17 deduction guide for std::basic_regex (P0433R2, partial) 2017-06-07 16:43:54 +01:00
29_atomics
30_threads Reorder std::scoped_lock parameters as per P0739R0 DR status 2017-07-15 16:43:22 +01:00
abi Include missing header for std::free 2017-07-10 19:43:02 +01:00
backward
config
data
decimal
experimental Test source_location::current() in default member initializer 2017-05-16 15:26:14 +01:00
ext Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
lib
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters Bump version namespace. 2017-05-10 20:40:28 +00:00
libstdc++-xmethods
performance PR libstdc++/81476 Optimise vector insertion from input iterators 2017-07-19 20:32:15 +01:00
special_functions Fix missing returns in libstdc++ header and tests 2017-06-16 09:13:37 +01:00
tr1 Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
tr2
util Fix indentation in libstdc++ testsuite utils 2017-07-19 15:49:00 +01:00
Makefile.am
Makefile.in