From: Arsen Arsenović Date: Thu, 9 Nov 2023 19:22:26 +0000 (+0100) Subject: libstdc++: mark 20_util/scoped_allocator/noexcept.cc R-E-T hosted X-Git-Tag: basepoints/gcc-15~4837 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=644390c8bc9c90e816e30bdafdb83f5744a231b8;p=thirdparty%2Fgcc.git libstdc++: mark 20_util/scoped_allocator/noexcept.cc R-E-T hosted libstdc++-v3/ChangeLog: * testsuite/20_util/scoped_allocator/noexcept.cc: Mark as requiring hosted. --- diff --git a/libstdc++-v3/testsuite/20_util/scoped_allocator/noexcept.cc b/libstdc++-v3/testsuite/20_util/scoped_allocator/noexcept.cc index 16992968d3b9..f14eff2c46f5 100644 --- a/libstdc++-v3/testsuite/20_util/scoped_allocator/noexcept.cc +++ b/libstdc++-v3/testsuite/20_util/scoped_allocator/noexcept.cc @@ -1,4 +1,5 @@ // { dg-do compile { target c++11 } } +// { dg-require-effective-target hosted } #include