diff options
author | Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> | 2016-08-04 20:51:32 +0000 |
---|---|---|
committer | Prathamesh Kulkarni <prathamesh3492@gcc.gnu.org> | 2016-08-04 20:51:32 +0000 |
commit | f6cdf42f64471783d1a94cfca4e3ba4d3bf0ab15 (patch) | |
tree | 50aa2109b1a1439ac2837854814c86b0bf4e817a /gcc | |
parent | 33a9c60943da5208497a8617bc20e63520f3292b (diff) | |
download | gcc-f6cdf42f64471783d1a94cfca4e3ba4d3bf0ab15.zip gcc-f6cdf42f64471783d1a94cfca4e3ba4d3bf0ab15.tar.gz gcc-f6cdf42f64471783d1a94cfca4e3ba4d3bf0ab15.tar.bz2 |
pr70920-4.c: Move dg-require-effective-target before dg-options.
2016-08-04 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
testsuite/
* gcc.dg/pr70920-4.c: Move dg-require-effective-target before
dg-options.
From-SVN: r239150
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/pr70920-4.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 95e1e73..52e8f2e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2016-08-04 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> + * gcc.dg/pr70920-4.c: Move dg-require-effective-target before + dg-options. + +2016-08-04 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> + * gcc.dg/tree-ssa/pr71078-1.c: Remove double and long double test-cases. * gcc.dg/tree-ssa/pr71078-1-double.c: New test-case. diff --git a/gcc/testsuite/gcc.dg/pr70920-4.c b/gcc/testsuite/gcc.dg/pr70920-4.c index ab2748b..e9c2b95 100644 --- a/gcc/testsuite/gcc.dg/pr70920-4.c +++ b/gcc/testsuite/gcc.dg/pr70920-4.c @@ -1,5 +1,5 @@ -/* { dg-require-effective-target lp64 } */ /* { dg-do compile } */ +/* { dg-require-effective-target lp64 } */ /* { dg-options "-O2 -fdump-tree-forwprop-details -Wno-int-to-pointer-cast" } */ #include <stdint.h> |