aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2025-04-25 12:35:01 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2025-04-25 12:41:01 +0100
commite59ddd33242cf7fe02be9025c052c880f74c615b (patch)
tree9cb572d0f29a0ca64674c6a9c03c60c09bcd7218
parent74605294950e4a49627fb71fdedefea176f5ecf7 (diff)
downloadgcc-e59ddd33242cf7fe02be9025c052c880f74c615b.zip
gcc-e59ddd33242cf7fe02be9025c052c880f74c615b.tar.gz
gcc-e59ddd33242cf7fe02be9025c052c880f74c615b.tar.bz2
libstdc++: Remove c++98_only dg-error
This fixes FAIL: 22_locale/ctype/is/string/89728_neg.cc -std=gnu++98 (test for errors, line ) Since r16-133-g8acea9ffa82ed8 we don't keep issuing more errors after the first one, so this dg-error no longer matches anything. libstdc++-v3/ChangeLog: * testsuite/22_locale/ctype/is/string/89728_neg.cc: Remove dg-error for c++98_only effective target.
-rw-r--r--libstdc++-v3/testsuite/22_locale/ctype/is/string/89728_neg.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/22_locale/ctype/is/string/89728_neg.cc b/libstdc++-v3/testsuite/22_locale/ctype/is/string/89728_neg.cc
index a34b2ae..24aba99 100644
--- a/libstdc++-v3/testsuite/22_locale/ctype/is/string/89728_neg.cc
+++ b/libstdc++-v3/testsuite/22_locale/ctype/is/string/89728_neg.cc
@@ -18,7 +18,6 @@
// <http://www.gnu.org/licenses/>.
// { dg-error "invalid use of incomplete type" "" { target *-*-* } 0 }
-// { dg-error "invalid 'static_cast'" "" { target c++98_only } 0 }
#include <locale>