diff options
author | Arsen Arsenović <arsen@aarsen.me> | 2023-11-09 20:22:26 +0100 |
---|---|---|
committer | Arsen Arsenović <arsen@gcc.gnu.org> | 2023-11-10 00:10:51 +0100 |
commit | 644390c8bc9c90e816e30bdafdb83f5744a231b8 (patch) | |
tree | 7fdb869d221453b8814b5912ee648a802a189809 | |
parent | d9dbc835d4d6353281218d030f5aed6fdef43a66 (diff) | |
download | gcc-644390c8bc9c90e816e30bdafdb83f5744a231b8.zip gcc-644390c8bc9c90e816e30bdafdb83f5744a231b8.tar.gz gcc-644390c8bc9c90e816e30bdafdb83f5744a231b8.tar.bz2 |
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.
-rw-r--r-- | libstdc++-v3/testsuite/20_util/scoped_allocator/noexcept.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/20_util/scoped_allocator/noexcept.cc b/libstdc++-v3/testsuite/20_util/scoped_allocator/noexcept.cc index 1699296..f14eff2 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 <scoped_allocator> |