aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>2016-08-04 20:51:32 +0000
committerPrathamesh Kulkarni <prathamesh3492@gcc.gnu.org>2016-08-04 20:51:32 +0000
commitf6cdf42f64471783d1a94cfca4e3ba4d3bf0ab15 (patch)
tree50aa2109b1a1439ac2837854814c86b0bf4e817a
parent33a9c60943da5208497a8617bc20e63520f3292b (diff)
downloadgcc-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
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.dg/pr70920-4.c2
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>