aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford5579-6088/+5600
2013-01-28re PR libstdc++/56112 (cannot create unordered_map from range of types conver...Jonathan Wakely1-0/+49
2013-01-28hashtable_policy.h (_Local_iterator_base): Use _Hashtable_ebo_helper to embed...François Dumont5-71/+264
2013-01-22explicit-hle.cc: Tightten scan-assembler-times regexps...Jakub Jelinek1-4/+5
2013-01-20libstdc++: Add mem_order_hle_acquire/release to atomic.h v2Andi Kleen1-0/+120
2013-01-19re PR libstdc++/55861 ([C++11] `std::shared_future::get' is not const-qualified)Jonathan Wakely1-4/+4
2013-01-16PR libstdc++/55043 (again)Jonathan Wakely6-8/+12
2013-01-16re PR libstdc++/55043 (issue with nesting unordered_map containing unique_ptr...Jonathan Wakely4-0/+284
2013-01-14vector.cc: Shrink memory usage under simulator.Steve Ellcey9-17/+71
2013-01-11gdb-test.exp (gdb_batch_check): Catch error running gdb command.Janis Johnson1-1/+3
2013-01-08re PR c++/55908 (Problem binding a const member function to a const object)Jonathan Wakely2-4/+38
2013-01-07re PR libstdc++/55847 (mistake bad_weak_ptr::what() message)Jonathan Wakely2-3/+37
2013-01-06insert_fn_imps.hpp: Fix typo in copyright years.Richard Sandiford1-1/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek333-333/+344
2012-12-20functional (_Require): Move to ...Jonathan Wakely17-29/+514
2012-12-16thread.cc (execute_native_thread_routine): Do not swallow __forced_unwind exc...Jonathan Wakely1-0/+44
2012-12-143.cc: Shrink memory usage under simulator.Steve Ellcey4-4/+28
2012-12-1318654.cc: Shrink memory usage under simulator.Steve Ellcey4-4/+28
2012-12-09libstdc++.exp (dg-test): Unset testname_with_flags after running the test.Andreas Schwab1-0/+7
2012-12-01re PR libstdc++/55503 (FAIL: 30_threads/condition_variable/members/53841.cc (...John David Anglin1-1/+1
2012-11-28re PR other/54279 (first stage build with g++ fails with "." as the first com...Andrew Pinski1-1/+1
2012-11-28functional (_Mem_fn): Constrain function call operators to avoid ambiguities.Jonathan Wakely3-10/+102
2012-11-26re PR libstdc++/55463 (Result of std::mem_fn doesn't accept rvalues)Jonathan Wakely2-4/+82
2012-11-23re PR libstdc++/52680 (std::this_thread::sleep_for #ifdef'd out by _GLIBCXX_U...Jonathan Wakely7-31/+32
2012-11-20re PR libstdc++/55413 ([LTO] hashtable.h:1648 '__bbegin_bkt' may be used unin...Paolo Carlini1-1/+1
2012-11-19typedefs.cc: Check rebind and improve propagate_on_container_move_assignment ...Jonathan Wakely1-2/+7
2012-11-19stl_algo.h (reverse_copy): Update comment per DR 2074.Jonathan Wakely2-4/+50
2012-11-17re PR libstdc++/55363 (tuple_size is not a class template)Paolo Carlini2-4/+4
2012-11-16hashtable_policy.h (_Prime_rehash_policy): Remove automatic shrink.François Dumont3-5/+165
2012-11-16whatis.cc: New file.Tom Tromey2-24/+305
2012-11-14re PR c++/55275 (abi_tag attribute doesn't work on explicit specializations o...Jason Merrill2-2/+4
2012-11-15re PR libstdc++/53841 ([C++11] condition_variable::wait_until() fails with hi...Jonathan Wakely1-0/+50
2012-11-14re PR libstdc++/55320 (Invalid delete with throwing copy-c'tor passed to std:...Jonathan Wakely5-7/+134
2012-11-14abi_tag.cc: Adjust expected demangling for 128bit long-double targets.Uros Bizjak1-2/+2
2012-11-12* include/std/complex (real, imag): Add ABI tag in C++11 mode.Jason Merrill1-0/+25
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill16-39/+39
2012-11-08re PR libstdc++/54075 ([4.7.1] unordered_map insert still slower than 4.6.2)François Dumont1-0/+20
2012-11-0855028-debug.cc: Don't pass -D_GLIBCXX_DEBUG by hand (check-debug does).Paolo Carlini1-1/+1
2012-11-08cxa_vec.C: Fix typo in comment.Florian Weimer1-1/+1
2012-11-07array (_GLIBCXX_THROW_OR_ABORT): Move...Paolo Carlini6-20/+11
2012-11-07stl_vector.h (vector(size_type)): Add missing allocator parameter.Jonathan Wakely4-4/+4
2012-11-07re PR libstdc++/51850 (debug mode for std::array and tr1::array)Paolo Carlini10-4/+269
2012-11-0655123.cc: Remove duplicate include.Jonathan Wakely1-2/+0
2012-11-05forward_list: Update to meet allocator-aware requirements.Jonathan Wakely2-1/+35
2012-11-05re PR libstdc++/55028 (_GLIBCXX_DEBUG is broken when using v7 namespace)Benjamin Kosnik1-0/+40
2012-11-05throw_allocator.h (__throw_value_base): Add move semantic, not throwing.François Dumont3-35/+221
2012-11-05re PR libstdc++/55215 (Constructor seeding is broken for Mersenne twister)Paolo Carlini6-0/+350
2012-11-05Detect overflow in size calculations in __cxa_vec_new{2,3}Florian Weimer1-0/+64
2012-11-02forward_list.h (forward_list(size_type)): Add missing allocator parameter.Jonathan Wakely4-4/+90
2012-11-01range_access.cc: Fix copying permission statement.Jonathan Wakely190-190/+190