aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2018-01-18 16:14:31 +0000
committerChristophe Lyon <clyon@gcc.gnu.org>2018-01-18 17:14:31 +0100
commit00850e40bee8c0614a8220069eb23f74feebd0f1 (patch)
treedcf4c036eaee6305b74b58edcaeb8227c7329f24 /gcc
parent8b2d991b0390c1bae18b0af416b841f360184e22 (diff)
downloadgcc-00850e40bee8c0614a8220069eb23f74feebd0f1.zip
gcc-00850e40bee8c0614a8220069eb23f74feebd0f1.tar.gz
gcc-00850e40bee8c0614a8220069eb23f74feebd0f1.tar.bz2
[arm] Enable gcc.dg/rtl/arm/stl-cond.c on armeb.
2018-01-18 Christophe Lyon <christophe.lyon@linaro.org> * gcc.dg/rtl/arm/stl-cond.c: Enable on arm*. From-SVN: r256851
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/rtl/arm/stl-cond.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index c45345f..f9674a9 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2018-01-18 Christophe Lyon <christophe.lyon@linaro.org>
+
+ * gcc.dg/rtl/arm/stl-cond.c: Enable on arm*.
+
2018-01-18 Jan Hubicka <hubicka@ucw.cz>
PR ipa/83619
diff --git a/gcc/testsuite/gcc.dg/rtl/arm/stl-cond.c b/gcc/testsuite/gcc.dg/rtl/arm/stl-cond.c
index e2bc610..e47ca6b 100644
--- a/gcc/testsuite/gcc.dg/rtl/arm/stl-cond.c
+++ b/gcc/testsuite/gcc.dg/rtl/arm/stl-cond.c
@@ -1,4 +1,4 @@
-/* { dg-do compile { target arm-*-* } } */
+/* { dg-do compile { target arm*-*-* } } */
/* { dg-require-effective-target arm_arm_ok } */
/* { dg-require-effective-target arm_arch_v8a_ok } */
/* { dg-options "-O2 -marm" } */