diff options
author | Richard Biener <rguenther@suse.de> | 2017-03-02 08:20:19 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2017-03-02 08:20:19 +0000 |
commit | da403f3178095ddf49c62994874f52650e3f5a4a (patch) | |
tree | d76c41e829361b978ddd6a368c9f4c65f1125e8f | |
parent | c8c6a29ecaee5c1ff4f287606813d1057c0931f9 (diff) | |
download | gcc-da403f3178095ddf49c62994874f52650e3f5a4a.zip gcc-da403f3178095ddf49c62994874f52650e3f5a4a.tar.gz gcc-da403f3178095ddf49c62994874f52650e3f5a4a.tar.bz2 |
dfinit.c: Only run for lp64.
2017-03-02 Richard Biener <rguenther@suse.de>
* 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
-rw-r--r-- | gcc/testsuite/ChangeLog | 9 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/rtl/x86_64/dfinit.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/rtl/x86_64/final.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/rtl/x86_64/into-cfglayout.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/rtl/x86_64/ira.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/rtl/x86_64/times-two.c.after-expand.c | 2 | ||||
-rw-r--r-- | 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 8d92609..8677d67 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,14 @@ 2017-03-02 Richard Biener <rguenther@suse.de> + * 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 <rguenther@suse.de> + PR tree-optimization/79777 * gcc.dg/torture/pr79777.c: New testcase. diff --git a/gcc/testsuite/gcc.dg/rtl/x86_64/dfinit.c b/gcc/testsuite/gcc.dg/rtl/x86_64/dfinit.c index 75ab0bc..4ab04cf 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 ff84c68..1588723 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 d0a82ff..eba76e6 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 caf37b6..11505f5 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 b8d143e..eee5161 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 b97d606..98efc30 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. */ |