empty_fiq_handler.c: Skip if -mthumb is passed in and target is Thumb-only.
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Mon, 21 Nov 2016 11:00:22 +0000 (11:00 +0000)
committerThomas Preud'homme <thopre01@gcc.gnu.org>
Mon, 21 Nov 2016 11:00:22 +0000 (11:00 +0000)
2016-11-21  Thomas Preud'homme  <thomas.preudhomme@arm.com>

    gcc/testsuite/
    * gcc.target/arm/empty_fiq_handler.c: Skip if -mthumb is passed in and
    target is Thumb-only.

From-SVN: r242658

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/empty_fiq_handler.c

index 37e8403..924319e 100644 (file)
@@ -1,3 +1,8 @@
+2016-11-21  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * gcc.target/arm/empty_fiq_handler.c: Skip if -mthumb is passed in and
+       target is Thumb-only.
+
 2016-11-20  Jeff Law  <law@redhat.com>
 
        PR target/48551
index bbcfd0e..8313f21 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-skip-if "" { ! arm_cortex_m } { "-mthumb" } } */
 
 /* Below code used to trigger an ICE due to missing constraints for
    sp = fp + cst pattern.  */