summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/18_support
Commit message (Expand)AuthorAgeFilesLines
* * testsuite/18_support/new_nothrow.cc: XFAIL on AIX.David Edelsohn2018-08-211-0/+1
* PR libstdc++/68210 adjust operator new and delete for LWG 206Jonathan Wakely2018-08-101-0/+183
* Add workaround for aligned_alloc bug on AIXJonathan Wakely2018-07-301-0/+119
* Add missing dg-require-cstdint directives to testsJonathan Wakely2018-07-261-0/+1
* Remove dg-require-cstdint directive from testsJonathan Wakely2018-07-261-3/+3
* P0754R2 <version> headerJonathan Wakely2018-06-181-0/+28
* PR libstdc++/84773 use aligned alloc functions for FreeBSD and MinGW cross-co...Jonathan Wakely2018-03-121-0/+42
* PR libstdc++/81076 make __byte_operand SFINAE-friendlyJonathan Wakely2018-01-251-0/+26
* Update copyright years.Jakub Jelinek2018-01-03114-114/+114
* Add [[nodiscard]] attribute to std::launderJonathan Wakely2017-11-241-0/+29
* libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include.François Dumont2017-10-241-0/+1
* Define __cpp_lib_byte feature-test macroJonathan Wakely2017-10-201-0/+6
* PR libstdc++/81469 deprecate std::uncaught_exception for C++17Jonathan Wakely2017-09-202-0/+3
* invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek2017-09-157-8/+8
* Use pthread effective-target in testsuiteRainer Orth2017-06-151-2/+3
* Implement P0607R0 "Inline Variables for Standard Library" for C++17Daniel Kruegler2017-03-231-2/+4
* Define std::byte for C++17 (P0298R3)Jonathan Wakely2017-03-093-0/+275
* PR79114 use decayed type in std::throw_with_nested assertionJonathan Wakely2017-01-171-0/+27
* Adjust effective target selector to fix C++17 FAILJonathan Wakely2017-01-101-1/+1
* Support exception propagation without lock-free atomic intPauli Nieminen2017-01-0421-21/+0
* Update copyright years.Jakub Jelinek2017-01-01109-109/+109
* Disable test using std::set_unexcepted for C++17Jonathan Wakely2016-12-071-0/+3
* Improve tests for contents of <new> headerJonathan Wakely2016-12-072-4/+83
* 50594.cc: XFAIL on AIX.David Edelsohn2016-11-301-0/+1
* Implement std::launder for C++17Jonathan Wakely2016-10-283-0/+122
* Use global operator new in std::make_exception_ptrJonathan Wakely2016-10-211-0/+43
* testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini2016-10-1228-60/+11
* Simplify std::rethrow_if_nested definitionJonathan Wakely2016-10-111-0/+19
* Use effective-target instead of -std optionsJonathan Wakely2016-08-2646-65/+47
* Skip C tests if test flags include C++ optionsJonathan Wakely2016-08-021-0/+1
* Check __STRICT_ANSI__ for 128-bit arithmetic typesJonathan Wakely2016-07-311-1/+1
* Remove memory leaks in libstdc++ testsuiteJonathan Wakely2016-07-211-4/+4
* Make use of extensions more explicit in libstdc++ testsJonathan Wakely2016-04-181-1/+1
* libstdc++/69945 Add __gnu_cxx::__freeres hookJonathan Wakely2016-03-241-0/+35
* Update copyright years.Jakub Jelinek2016-01-04103-103/+103
* re PR libstdc++/68139 (rethrow_if_nested should tolerate overloaded unary ope...Ville Voutilainen2015-12-111-0/+31
* Port libvtv to SolarisRainer Orth2015-11-251-1/+1
* More fine-grained autoconf checks for C99 libraryJennifer Yao2015-11-132-4/+4
* re PR libstdc++/64651 (std::rethrow_exception not found by ADL)Jonathan Wakely2015-11-111-3/+11
* libstdc++: Run tests on RTEMSSebastian Huber2015-09-031-1/+1
* exception (uncaught_exceptions): Add comment.Jonathan Wakely2015-04-281-1/+7
* Add support for std::uncaught_exceptions.Ville Voutilainen2015-04-271-0/+162
* re PR libstdc++/62258 (uncaught_exception() equals to `true' after rethrow_ex...Dmitry Prokoptsev2015-04-271-0/+61
* nested_exception.h: Do not try to derive from final classes.Jonathan Wakely2015-03-171-0/+22
* Update copyright years.Jakub Jelinek2015-01-05100-100/+100
* re PR libstdc++/64483 (FAIL: 18_support/exception_ptr/64241.cc (test for exce...Jonathan Wakely2015-01-041-0/+1
* New std::string implementation.Jonathan Wakely2014-12-191-1/+1
* re PR libstdc++/64241 (make_exception_ptr returns garbage with -fno-exceptions)Jonathan Wakely2014-12-121-0/+39
* C++11 explicitly forbids macros for bool, true and false.Jonathan Wakely2014-10-241-0/+37
* freestanding.cc: Prefer -std=gnu++11.Paolo Carlini2014-10-1530-30/+30