X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=libstdc%2B%2B-v3%2Ftestsuite%2F23_containers%2Funordered_multiset%2Fcons%2Fmoveable.cc;h=5c7a7a5ca2b09eb19c8de83b25fa300b1b73fe03;hb=7adcbafe45f8001b698967defe682687b52c0007;hp=dee57ae2efc4b11e1b0c937fd88aba1d3acc9f4b;hpb=405feeb871aeaab47856a361f8a65641b7e181b1;p=thirdparty%2Fgcc.git diff --git a/libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/moveable.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/moveable.cc index dee57ae2efc4..5c7a7a5ca2b0 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/moveable.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/moveable.cc @@ -1,6 +1,6 @@ -// { dg-options "-std=gnu++0x" } +// { dg-do run { target c++11 } } -// Copyright (C) 2007-2013 Free Software Foundation, Inc. +// Copyright (C) 2007-2022 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -28,8 +28,6 @@ int main() { - bool test __attribute__((unused)) = true; - std::unordered_multiset a,b; a.insert(2); b.insert(1);