]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.target/arm/stack-checking.c: Skip for Thumb1.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Sep 2015 08:16:32 +0000 (08:16 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Sep 2015 08:16:32 +0000 (08:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227960 138bc75d-0d04-0410-961f-82ee72b054a4

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)
 {