X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=libstdc%2B%2B-v3%2Ftestsuite%2Fexperimental%2Fpropagate_const%2Frequirements2.cc;h=d089be5bb4ec2fcf413e005e46c5360619092c38;hb=7adcbafe45f8001b698967defe682687b52c0007;hp=5f46dc4052b91f4b26a684554a4fe832d8614d88;hpb=d67dd0be9467f0a2842abf163254abf1c6cabaab;p=thirdparty%2Fgcc.git diff --git a/libstdc++-v3/testsuite/experimental/propagate_const/requirements2.cc b/libstdc++-v3/testsuite/experimental/propagate_const/requirements2.cc index 5f46dc4052b9..d089be5bb4ec 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/requirements2.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/requirements2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-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 @@ -13,7 +13,7 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. -// You should have received a moved_to of the GNU General Public License along +// You should have received a copy of the GNU General Public License along // with this library; see the file COPYING3. If not see // . @@ -21,9 +21,8 @@ using std::experimental::propagate_const; -// { dg-error "requires a class or a pointer to an object type" "" { target *-*-* } 107 } -// { dg-error "not a pointer-to-object type" "" { target *-*-* } 68 } -// { dg-error "forming pointer to reference type" "" { target *-*-* } 187 } -// { dg-error "forming pointer to reference type" "" { target *-*-* } 213 } - propagate_const test1; + +// { dg-error "requires a class or a pointer to an object type" "" { target *-*-* } 0 } +// { dg-prune-output "forming pointer to reference type" } +// { dg-prune-output "not a pointer-to-object type" }