* gcc.target/arm/pr48784.c: Skip for thumb1 multilib.
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Aug 2014 14:57:13 +0000 (14:57 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Aug 2014 14:57:13 +0000 (14:57 +0000)
* gcc.target/arm/pr59985.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213862 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/pr58784.c
gcc/testsuite/gcc.target/arm/pr59985.C

index 260013b..a1076de 100644 (file)
@@ -1,3 +1,8 @@
+2014-08-12  Janis Johnson  <janisjo@codesourcery.com>
+
+       * gcc.target/arm/pr48784.c: Skip for thumb1 multilib.
+       * gcc.target/arm/pr59985.c: Likewise.
+
 2014-08-12  Igor Zamyatin  <igor.zamyatin@intel.com>
 
        PR other/61962
index e3ef950..9a1fcff 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-skip-if "incompatible options" { arm_thumb1 } { "*" } { "" } } */
 /* { dg-options "-march=armv7-a -mfloat-abi=hard -mfpu=neon -marm -O2" } */
 
 typedef struct __attribute__ ((__packed__))
index cc688a9..1351c48 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-skip-if "incompatible options" { arm_thumb1 } { "*" } { "" } } */
 /* { dg-options "-g -fcompare-debug -O2 -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -mfloat-abi=hard" } */
 
 extern void *f1 (unsigned long, unsigned long);