public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Kito Cheng <kito@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-1382] Revert "testsuite/102690: Only check warning for lp64 in Warray-bounds-16.C"
Date: Fri,  1 Jul 2022 09:56:22 +0000 (GMT)	[thread overview]
Message-ID: <20220701095622.C137C3858D39@sourceware.org> (raw)

https://gcc.gnu.org/g:9a33a3e2f7517a994410ca33d00052c6d3f86aff

commit r13-1382-g9a33a3e2f7517a994410ca33d00052c6d3f86aff
Author: Kito Cheng <kito.cheng@sifive.com>
Date:   Fri Jul 1 17:55:55 2022 +0800

    Revert "testsuite/102690: Only check warning for lp64 in Warray-bounds-16.C"
    
    This reverts commit 0f6eef398045deb2a62d18b526831719c7c20c8a.

Diff:
---
 gcc/testsuite/g++.dg/warn/Warray-bounds-16.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/g++.dg/warn/Warray-bounds-16.C b/gcc/testsuite/g++.dg/warn/Warray-bounds-16.C
index 45a14b19ea3..89cbadb91c7 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 *-*-* } } */
   }
 };


                 reply	other threads:[~2022-07-01  9:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220701095622.C137C3858D39@sourceware.org \
    --to=kito@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).