From da403f3178095ddf49c62994874f52650e3f5a4a Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Thu, 2 Mar 2017 08:20:19 +0000 Subject: [PATCH] dfinit.c: Only run for lp64. 2017-03-02 Richard Biener * gcc.dg/rtl/x86_64/dfinit.c: Only run for lp64. * gcc.dg/rtl/x86_64/final.c: Likewise. * gcc.dg/rtl/x86_64/into-cfglayout.c: Likewise. * gcc.dg/rtl/x86_64/ira.c: Likewise. * gcc.dg/rtl/x86_64/times-two.c.after-expand.c: Likewise. * gcc.dg/rtl/x86_64/vregs.c: Likewise. From-SVN: r245832 --- gcc/testsuite/ChangeLog | 9 +++++++++ gcc/testsuite/gcc.dg/rtl/x86_64/dfinit.c | 2 +- gcc/testsuite/gcc.dg/rtl/x86_64/final.c | 2 +- gcc/testsuite/gcc.dg/rtl/x86_64/into-cfglayout.c | 2 +- gcc/testsuite/gcc.dg/rtl/x86_64/ira.c | 2 +- .../gcc.dg/rtl/x86_64/times-two.c.after-expand.c | 2 +- gcc/testsuite/gcc.dg/rtl/x86_64/vregs.c | 2 +- 7 files changed, 15 insertions(+), 6 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8d926096459..8677d67e413 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2017-03-02 Richard Biener + + * gcc.dg/rtl/x86_64/dfinit.c: Only run for lp64. + * gcc.dg/rtl/x86_64/final.c: Likewise. + * gcc.dg/rtl/x86_64/into-cfglayout.c: Likewise. + * gcc.dg/rtl/x86_64/ira.c: Likewise. + * gcc.dg/rtl/x86_64/times-two.c.after-expand.c: Likewise. + * gcc.dg/rtl/x86_64/vregs.c: Likewise. + 2017-03-02 Richard Biener PR tree-optimization/79777 diff --git a/gcc/testsuite/gcc.dg/rtl/x86_64/dfinit.c b/gcc/testsuite/gcc.dg/rtl/x86_64/dfinit.c index 75ab0bc8022..4ab04cf3c90 100644 --- a/gcc/testsuite/gcc.dg/rtl/x86_64/dfinit.c +++ b/gcc/testsuite/gcc.dg/rtl/x86_64/dfinit.c @@ -1,4 +1,4 @@ -/* { dg-do run { target x86_64-*-* } } */ +/* { dg-do run { target { x86_64-*-* && lp64 } } } */ /* { dg-options "-fdump-rtl-dfinit" } */ #include "test_1.h" diff --git a/gcc/testsuite/gcc.dg/rtl/x86_64/final.c b/gcc/testsuite/gcc.dg/rtl/x86_64/final.c index ff84c683d5a..1588723793b 100644 --- a/gcc/testsuite/gcc.dg/rtl/x86_64/final.c +++ b/gcc/testsuite/gcc.dg/rtl/x86_64/final.c @@ -1,4 +1,4 @@ -/* { dg-do compile { target x86_64-*-* } } */ +/* { dg-do compile { target { x86_64-*-* && lp64 } } } */ /* { dg-options "-fdump-rtl-final" } */ /* Lightly-modified dump of test.c.304r.dwarf2 for x86_64 target, diff --git a/gcc/testsuite/gcc.dg/rtl/x86_64/into-cfglayout.c b/gcc/testsuite/gcc.dg/rtl/x86_64/into-cfglayout.c index d0a82ff6741..eba76e60527 100644 --- a/gcc/testsuite/gcc.dg/rtl/x86_64/into-cfglayout.c +++ b/gcc/testsuite/gcc.dg/rtl/x86_64/into-cfglayout.c @@ -1,4 +1,4 @@ -/* { dg-do run { target x86_64-*-* } } */ +/* { dg-do run { target { x86_64-*-* && lp64 } } } */ /* { dg-options "-fdump-rtl-into_cfglayout" } */ /* Lightly-modified dump of test.c.226r.vregs for x86_64. */ diff --git a/gcc/testsuite/gcc.dg/rtl/x86_64/ira.c b/gcc/testsuite/gcc.dg/rtl/x86_64/ira.c index caf37b6503c..11505f5d1d9 100644 --- a/gcc/testsuite/gcc.dg/rtl/x86_64/ira.c +++ b/gcc/testsuite/gcc.dg/rtl/x86_64/ira.c @@ -1,4 +1,4 @@ -/* { dg-do run { target x86_64-*-* } } */ +/* { dg-do run { target { x86_64-*-* && lp64 } } } */ /* { dg-options "-fdump-rtl-ira" } */ /* Lightly-modified dump of test.c.265r.asmcons for x86_64. */ diff --git a/gcc/testsuite/gcc.dg/rtl/x86_64/times-two.c.after-expand.c b/gcc/testsuite/gcc.dg/rtl/x86_64/times-two.c.after-expand.c index b8d143ee25b..eee51618528 100644 --- a/gcc/testsuite/gcc.dg/rtl/x86_64/times-two.c.after-expand.c +++ b/gcc/testsuite/gcc.dg/rtl/x86_64/times-two.c.after-expand.c @@ -1,4 +1,4 @@ -/* { dg-do run { target x86_64-*-* } } */ +/* { dg-do run { target { x86_64-*-* && lp64 } } } */ extern void abort (void); diff --git a/gcc/testsuite/gcc.dg/rtl/x86_64/vregs.c b/gcc/testsuite/gcc.dg/rtl/x86_64/vregs.c index b97d606f22c..98efc30885f 100644 --- a/gcc/testsuite/gcc.dg/rtl/x86_64/vregs.c +++ b/gcc/testsuite/gcc.dg/rtl/x86_64/vregs.c @@ -1,4 +1,4 @@ -/* { dg-do run { target x86_64-*-* } } */ +/* { dg-do run { target { x86_64-*-* && lp64 } } } */ /* { dg-options "-fdump-rtl-vregs" } */ /* Lightly-modified dump of test.c.225r.expand for x86_64. */ -- 2.30.2