From 9a33a3e2f7517a994410ca33d00052c6d3f86aff Mon Sep 17 00:00:00 2001 From: Kito Cheng Date: Fri, 1 Jul 2022 17:55:55 +0800 Subject: Revert "testsuite/102690: Only check warning for lp64 in Warray-bounds-16.C" This reverts commit 0f6eef398045deb2a62d18b526831719c7c20c8a. --- gcc/testsuite/g++.dg/warn/Warray-bounds-16.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/testsuite/g++.dg/warn/Warray-bounds-16.C b/gcc/testsuite/g++.dg/warn/Warray-bounds-16.C index 45a14b1..89cbadb 100644 --- a/gcc/testsuite/g++.dg/warn/Warray-bounds-16.C +++ b/gcc/testsuite/g++.dg/warn/Warray-bounds-16.C @@ -19,7 +19,7 @@ struct S p = (int*) new unsigned char [sizeof (int) * m]; for (int i = 0; i < m; i++) - new (p + i) int (); /* { dg-bogus "bounds" "pr102690" { xfail lp64 } } */ + new (p + i) int (); /* { dg-bogus "bounds" "pr102690" { xfail *-*-* } } */ } }; -- cgit v1.1