public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Hans-Peter Nilsson <hp@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-5746] testsuite: Fix asm-goto-with-outputs tests; limit to lra targets
Date: Wed,  8 Feb 2023 20:45:00 +0000 (GMT)	[thread overview]
Message-ID: <20230208204500.0964B3858D20@sourceware.org> (raw)

https://gcc.gnu.org/g:70888d0982d9c4df4f74cd6f06f943778af1d1eb

commit r13-5746-g70888d0982d9c4df4f74cd6f06f943778af1d1eb
Author: Hans-Peter Nilsson <hp@axis.com>
Date:   Tue Feb 7 19:46:29 2023 +0100

    testsuite: Fix asm-goto-with-outputs tests; limit to lra targets
    
    These tests spuriously lacked a "lra" limiter.  Code using
    "asm goto" with outputs gets a:
     error: the target does not support 'asm goto' with outputs in 'asm'
    compilation error when compiled for a non-LRA target.  Limit
    to LRA targets as other asm-goto-with-outputs tests.
    
            * gcc.dg/torture/pr100398.c: Limit to lra targets.
            * gcc.dg/pr100590.c: Ditto.

Diff:
---
 gcc/testsuite/gcc.dg/pr100590.c         | 2 +-
 gcc/testsuite/gcc.dg/torture/pr100398.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/pr100590.c b/gcc/testsuite/gcc.dg/pr100590.c
index 5cd36877fa1..8d1e1a0d306 100644
--- a/gcc/testsuite/gcc.dg/pr100590.c
+++ b/gcc/testsuite/gcc.dg/pr100590.c
@@ -1,5 +1,5 @@
 /* PR rtl-optimization/100590 */
-/* { dg-do compile } */
+/* { dg-do compile { target lra } } */
 /* { dg-options "-O1 -fno-dce -w" } */
 
 int
diff --git a/gcc/testsuite/gcc.dg/torture/pr100398.c b/gcc/testsuite/gcc.dg/torture/pr100398.c
index 41eaddee27e..4fc1168d22f 100644
--- a/gcc/testsuite/gcc.dg/torture/pr100398.c
+++ b/gcc/testsuite/gcc.dg/torture/pr100398.c
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target lra } } */
 
 int
 test5_limit (void)

                 reply	other threads:[~2023-02-08 20:45 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=20230208204500.0964B3858D20@sourceware.org \
    --to=hp@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).