aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2016-08-02Skip scan-assembler test when -flto is usedJonathan Wakely2-0/+4
2016-08-02Support using -flto with libstdc++ testsuiteJonathan Wakely2-1/+7
2016-08-01Add non-const std::basic_string::data() for C++17Jonathan Wakely4-4/+117
2016-08-01Disable std::string and std::wstring extern templates for C++17Jonathan Wakely2-1/+4
2016-08-01Remove ignored "xfail" from dg-do compile directivesJonathan Wakely6-12/+18
2016-08-01Fix __gnu_cxx::hash_set test to pass in C++98 modeJonathan Wakely2-12/+17
2016-08-01Remove "-x c" from dg-options in libstdc++ C++ testJonathan Wakely2-1/+3
2016-08-01Limit std::tuple tests to run for C++11 and laterJonathan Wakely3-1/+9
2016-08-01Make libstdc++ debug mode test valid for C++98Jonathan Wakely2-1/+4
2016-08-01Remove unused headers and variables from libstdc++ testsJonathan Wakely6-32/+12
2016-08-01Remove duplicate dg-options directive in string_view testJonathan Wakely2-1/+3
2016-08-01Use -std=gnu++98 instead of -std=gnu++03 in testJonathan Wakely2-1/+4
2016-08-01Remove linker options from compile-only testsJonathan Wakely3-2/+5
2016-08-01Run std::ios_base enum tests for C++11 and upJonathan Wakely4-9/+19
2016-08-01baseline_symbols.txt: Update.Uros Bizjak2-0/+89
2016-07-31Change std::conditional test to compile-onlyJonathan Wakely2-17/+10
2016-07-31Ensure std::atomic test is compiled with optimizationJonathan Wakely2-1/+4
2016-07-31Fix DR 438 std::list test to pass in C++98 modeJonathan Wakely2-1/+4
2016-07-31Enable std::regex test for C++11 or laterJonathan Wakely2-0/+4
2016-07-31Fix non-portable std::regex test and test more casesJonathan Wakely2-4/+17
2016-07-31Allow std::pair test to run in C++11 mode tooJonathan Wakely2-2/+4
2016-07-31libstdc++/72745 add static assertion for invalid tuple accessJonathan Wakely5-16/+94
2016-07-31Move dg-error directives to relevant linesJonathan Wakely10-164/+104
2016-07-31Add missing variable traits, fix testsuite failures.Ville Voutilainen13-9/+105
2016-07-31Check __STRICT_ANSI__ for 128-bit arithmetic typesJonathan Wakely10-1/+30
2016-07-31Fix file extension of libstdc++ testJonathan Wakely2-0/+4
2016-07-29Implement C++17 variable templates for type traits.Ville Voutilainen11-1/+739
2016-07-29Update libstdc++ baseline symbols for aarch64, ia64, m68kAndreas Schwab4-0/+258
2016-07-29Update libstdc++ docs for library version historyJonathan Wakely3-1/+5
2016-07-29New libstdc++ symbol version for new basic_string symbolsJonathan Wakely5-5/+24
2016-07-29Update libstdc++ baseline symbols for x86 and ppcJonathan Wakely8-0/+571
2016-07-28Fix DR 438 container tests to pass in C++98 modeJonathan Wakely12-11/+34
2016-07-28Fix std::vector test to pass in C++98 modeJonathan Wakely2-2/+8
2016-07-28Use dg-additional-options in libstdc++ testsJonathan Wakely6-5/+15
2016-07-28Fix invalid dg-do directives in libstdc++ testsJonathan Wakely4-3/+10
2016-07-28Implement std::string_view and P0254r2,Ville Voutilainen86-0/+6458
2016-07-27* testsuite/20_util/forward/1_neg.cc: Move dg-error to right line.Jonathan Wakely2-2/+7
2016-07-25Fix missing qualification in <ext/rope>Georeth Chow3-1/+35
2016-07-25Use std::mt19937, std::thread and std::atomic to simplify testsJonathan Wakely3-120/+56
2016-07-22Move allocator in std::string and RB tree move constructorsJonathan Wakely5-1/+162
2016-07-22Use correct form of delete in libstdc++.expJonathan Wakely2-2/+7
2016-07-21Fix naming, qualification and broken test for propagate_constJonathan Wakely3-15/+20
2016-07-21Define missing delete operators in libstdc++ testsuiteJonathan Wakely3-2/+23
2016-07-21Fix out-of-bound array accesses in libstdc++ testsuiteJonathan Wakely6-14/+22
2016-07-21Fix missing returns in libstdc++ testsuiteJonathan Wakely3-4/+7
2016-07-21Remove memory leaks in libstdc++ testsuiteJonathan Wakely5-7/+24
2016-07-20Document LWG DR 2684 status and regenerate libstdc++ manualJonathan Wakely3-0/+19
2016-07-20LWG 2441 Provide exact-width atomic typedefsJonathan Wakely5-3/+53
2016-07-20LWG 2328 Rvalue stream extraction should use perfect forwardingJonathan Wakely4-2/+39
2016-07-20Use static pointer to member when catching nullptrJonathan Wakely2-5/+12