public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Martin Liska <marxin@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/marxin/heads/PR94334)] Skip test for non-x86 targets.
Date: Thu, 26 Mar 2020 09:08:09 +0000 (GMT)	[thread overview]
Message-ID: <20200326090809.8A450385E016@sourceware.org> (raw)

https://gcc.gnu.org/g:c2beec4b519540e8861d42cdf20849295f04127f

commit c2beec4b519540e8861d42cdf20849295f04127f
Author: Martin Liska <mliska@suse.cz>
Date:   Thu Mar 26 10:07:06 2020 +0100

    Skip test for non-x86 targets.
    
    gcc/testsuite/ChangeLog:
    
    2020-03-26  Martin Liska  <mliska@suse.cz>
    
            PR testsuite/94334
            * gcc.dg/lto/pr94271_0.c: Skip for non-x86 targets.

Diff:
---
 gcc/testsuite/gcc.dg/lto/pr94271_0.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.dg/lto/pr94271_0.c b/gcc/testsuite/gcc.dg/lto/pr94271_0.c
index 2ce7d65411a..2d0f1453afa 100644
--- a/gcc/testsuite/gcc.dg/lto/pr94271_0.c
+++ b/gcc/testsuite/gcc.dg/lto/pr94271_0.c
@@ -1,4 +1,5 @@
 /* PR lto/94271 */
+/* { dg-skip-if "" { ! { i?86-*-* x86_64-*-* } } } */
 /* { dg-lto-do link } */
 
 int a;


             reply	other threads:[~2020-03-26  9:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-26  9:08 Martin Liska [this message]
2020-03-26  9:11 Martin Liska

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=20200326090809.8A450385E016@sourceware.org \
    --to=marxin@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).