gcc/libstdc++-v3/testsuite/17_intro
Jonathan Wakely 881e947ebd Fix PR libstdc++/64883 Darwin headers use always_inline so don't test that
Because darwin system headers use always_inline rather than
    __always_inline__ the libstdc++ test will fail, even if our headers only
    use the reserved form of the attribute. Don't test it on Darwin, and
    assume that testing on other targets will catch any accidental misuses
    in libstdc++ headers.
 
2018-12-06  Jonathan Wakely  <jwakely@redhat.com>
	    Iain Sandoe  <iain@sandoe.co.uk>

            PR libstdc++/64883
            * testsuite/17_intro/headers/c++1998/all_attributes.cc: Don't test
            always_inline on Darwin.
            * testsuite/17_intro/headers/c++2011/all_attributes.cc: Likewise.
            * testsuite/17_intro/headers/c++2014/all_attributes.cc: Likewise.
            * testsuite/17_intro/headers/c++2017/all_attributes.cc: Likewise.
            * testsuite/17_intro/headers/c++2020/all_attributes.cc: Likewise.


Co-Authored-By: Iain Sandoe <iain@sandoe.co.uk>

From-SVN: r266863
2018-12-06 19:21:32 +00:00
..
headers Fix PR libstdc++/64883 Darwin headers use always_inline so don't test that 2018-12-06 19:21:32 +00:00
freestanding.cc Add <bit> and <version> to freestanding headers 2018-08-13 19:54:34 +01:00
names.cc * testsuite/17_intro/names.cc: Undefine 'y' on SPARC/Linux. 2018-01-16 20:40:09 +00:00
shared_with_static_deps.cc Update copyright years. 2018-01-03 11:03:58 +01:00
static.cc Update copyright years. 2018-01-03 11:03:58 +01:00
tag_type_explicit_ctor.cc Update copyright years. 2018-01-03 11:03:58 +01:00
using_namespace_std.cc Update copyright years. 2018-01-03 11:03:58 +01:00
using_namespace_std_exp_neg.cc C++: simplify output from suggest_alternatives_for 2018-10-29 23:53:50 +00:00
using_namespace_std_tr1_neg.cc C++: simplify output from suggest_alternatives_for 2018-10-29 23:53:50 +00:00