aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2014-04-15container.cc: Do not use uninitialized members in mem-initializers.Jonathan Wakely3-7/+8
2014-04-15re PR c++/60786 (In C++11 an explicit instantiation with an unqualified name ...Jonathan Wakely13-58/+50
2014-04-15re PR libstdc++/60594 (std::function of a type with a declared (but not defin...Jonathan Wakely1-0/+36
2014-04-15re PR libstdc++/60695 (std::atomic<X> doesn't work when X is of zero size)Jonathan Wakely1-0/+30
2014-04-15N3887 Consistent Metafunction AliasesJonathan Wakely2-1/+38
2014-04-14re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though...Jonathan Wakely1-0/+37
2014-04-11re PR libstdc++/59434 ([lwg/2106] move_iterator is broken for input iterators...Marc Glisse1-0/+33
2014-04-07Fix testsuite bugs.Jonathan Wakely3-7/+7
2014-04-02re PR target/54407 (FAIL: 30_threads/condition_variable/54185.cc execution te...Dominique d'Humieres1-1/+1
2014-03-31re PR libstdc++/60270 ([C++1y] std::quoted is too eager to clear the string)Lars Gullik Bjønnes1-0/+38
2014-03-31Fix 18_support/exception_ptr/60612-*.cc on non-C99 targetsRainer Orth2-0/+9
2014-03-27re PR libstdc++/60612 (Throwing exception, catching and rethrowing (std::exce...Jonathan Wakely2-0/+82
2014-03-25re PR libstdc++/60658 (std::atomic<T*> is unexpectedly not lock-free)Jonathan Wakely1-0/+43
2014-03-2445713.cc: Skip compile on hppa*64*-*-*.John David Anglin1-1/+1
2014-03-21re PR libstdc++/60587 (debug-mode -std=c++11 vector::insert(pos, begin, end) ...Jonathan Wakely3-2/+64
2014-03-18re PR libstdc++/60564 ([C++11] The std::packaged_task constructor taking a re...Jonathan Wakely1-0/+51
2014-03-12PR libstdc++/59392: Fix ARM EABI uncaught throw from unexpected exception han...Roland McGrath1-0/+51
2014-03-11re PR libstdc++/60499 (non-reserved name in <debug/vector>)Jonathan Wakely10-0/+270
2014-03-04re PR c++/60376 ([c++1y] ICE on invalid with using declaration in template fu...Paolo Carlini1-47/+0
2014-02-26regex.tcc (match_results<>::format, [...]): Update __out after calling std::c...Tim Shen2-0/+66
2014-02-21Rename testsuite directory shared_mutex to shared_timed_mutex for consistency.Ed Smith-Rowland6-0/+0
2014-02-20Rename shared_mutex to shared_timed_mutex per C++14 acceptance of N3891.Ed Smith-Rowland20-21/+21
2014-02-10Don't xfail 22_locale/num_put/put/char/14220.cc etc. on Solaris 9/x86Rainer Orth2-12/+0
2014-01-30re PR c++/57899 (bind/function with data member: infinite recursion)Jason Merrill1-0/+48
2014-01-29re PR libstdc++/59829 (Calling vector::data() occurs undefined behavior when ...Jonathan Wakely5-4/+71
2014-01-29alloc_traits.h (allocator_traits::_S_allocate): Do not use varargs when argum...Jonathan Wakely3-0/+262
2014-01-28re PR libstdc++/59656 (weak_ptr::lock function crashes when compiling with -f...Jonathan Wakely2-2/+2
2014-01-26stl_map.h: Remove anachronistic comment.Jonathan Wakely5-5/+5
2014-01-24re PR libstdc++/59531 (string_view overrun in copy operation)Ed Smith-Rowland6-12/+111
2014-01-24re PR libstdc++/59548 (Abort after copying std::unordered_map in debug mode)Jonathan Wakely1-0/+34
2014-01-23re PR libstdc++/59872 (Cannot move std::map with move-only mapped_type)Jonathan Wakely2-1/+36
2014-01-22PR libstdc++/58764 (again)Jonathan Wakely9-9/+9
2014-01-22re PR libstdc++/58764 ([lwg/2193] error: converting to ‘const std::vector<s...Jonathan Wakely19-12/+209
2014-01-21regex.tcc: Remove incorrect `nosubs` handling.Tim Shen1-1/+12
2014-01-21re PR libstdc++/56267 (unordered containers require Assignable hash function)Jonathan Wakely2-52/+1
2014-01-20create_testsuite_files: Add testsuite/experimental in the list of folders to ...François Dumont2-5/+3
2014-01-20re PR libstdc++/56267 (unordered containers require Assignable hash function)Jonathan Wakely1-0/+43
2014-01-19regex_compiler.h (_Comipler<>::_M_quantifier()): Fix parse error of multiple ...Tim Shen1-0/+33
2014-01-15hashtable_policy.h: Fix some long lines.François Dumont2-2/+2
2014-01-08stl_vector.h (std::vector<>::_M_move_assign): Pass *this allocator instance w...François Dumont3-1/+72
2014-01-07regex_compiler.h (_AnyMatcher<>::_AnyMatcher(), [...]): Fix _AnyMatcher behav...Tim Shen2-0/+122
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford6077-6078/+6078
2014-01-02arc-common.c, [...]: Use the standard form for the copyright notice.Richard Sandiford3-3/+3
2013-12-22chi2_quality.h: Break out from chi2_quality.cc.Hans-Peter Nilsson7-218/+347
2013-12-10value.cc: Add test.Paolo Carlini1-0/+2
2013-12-09re PR libstdc++/59427 (Opening with ios::in | ios::app does not allow appending)Paolo Carlini2-0/+78
2013-12-09chi2_quality.cc: Change -DSAMPLES=30000.Renlin Li1-1/+1
2013-12-08* testsuite/30_threads/async/async.cc: Fix race condition in test.Jonathan Wakely1-15/+10
2013-12-08explicit_instantiation.cc: New.Paolo Carlini73-0/+2676
2013-12-06testsuite_tr1.h (test_category, [...]): constexpr in c++11 mode.Paolo Carlini45-1291/+1150