* gcc.target/arm/stack-checking.c: Skip for Thumb1.
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 21 Sep 2015 08:16:32 +0000 (08:16 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 21 Sep 2015 08:16:32 +0000 (08:16 +0000)
From-SVN: r227960

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/stack-checking.c

index 5abe438528e1c3f5d5adce3efcdfa671bbe91590..6aaffbb5e36561ef4ec5bab54c20e0341afd369e 100644 (file)
@@ -1,3 +1,7 @@
+2015-09-21  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.target/arm/stack-checking.c: Skip for Thumb1.
+
 2015-09-21  Oleg Endo  <olegendo@gcc.gnu.org>
 
        PR target/59478
index adee92af744e9b7f17c2d324a3b63a257eecfc34..88a7e6e8286c2cc5aa07d9e9991d9c855265c590 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run { target { *-*-linux* } } } */
 /* { dg-options "-fstack-check" } */
+/* { dg-skip-if "" { arm_thumb1 } } */
 
 int main(void)
 {