public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/marxin/heads/PR94334)] Skip test for non-x86 targets.
@ 2020-03-26  9:08 Martin Liska
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Liska @ 2020-03-26  9:08 UTC (permalink / raw)
  To: gcc-cvs

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;


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gcc(refs/users/marxin/heads/PR94334)] Skip test for non-x86 targets.
@ 2020-03-26  9:11 Martin Liska
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Liska @ 2020-03-26  9:11 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:3aece9a2f2eed08c91d5f52d5481701d01bc3a90

commit 3aece9a2f2eed08c91d5f52d5481701d01bc3a90
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
            and add ifunc effective target.
            * gcc.target/i386/pr81213-2.c: Add ifunc effective target.

Diff:
---
 gcc/testsuite/gcc.dg/lto/pr94271_0.c      | 2 ++
 gcc/testsuite/gcc.target/i386/pr81213-2.c | 1 +
 2 files changed, 3 insertions(+)

diff --git a/gcc/testsuite/gcc.dg/lto/pr94271_0.c b/gcc/testsuite/gcc.dg/lto/pr94271_0.c
index 2ce7d65411a..e3c3fa17ea0 100644
--- a/gcc/testsuite/gcc.dg/lto/pr94271_0.c
+++ b/gcc/testsuite/gcc.dg/lto/pr94271_0.c
@@ -1,5 +1,7 @@
 /* PR lto/94271 */
+/* { dg-skip-if "" { ! { i?86-*-* x86_64-*-* } } } */
 /* { dg-lto-do link } */
+/* { dg-require-ifunc "" } */
 
 int a;
 
diff --git a/gcc/testsuite/gcc.target/i386/pr81213-2.c b/gcc/testsuite/gcc.target/i386/pr81213-2.c
index a80622cb184..ec9138018ea 100644
--- a/gcc/testsuite/gcc.target/i386/pr81213-2.c
+++ b/gcc/testsuite/gcc.target/i386/pr81213-2.c
@@ -1,3 +1,4 @@
+/* { dg-require-ifunc "" } */
 __attribute__((target_clones("avx","arch=slm","arch=core-avx2","default")))
 static int
 foo ()


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-26  9:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-26  9:08 [gcc(refs/users/marxin/heads/PR94334)] Skip test for non-x86 targets Martin Liska
2020-03-26  9:11 Martin Liska

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).