pr48784.c: Skip for thumb1 multilib.

* gcc.target/arm/pr48784.c: Skip for thumb1 multilib.
	* gcc.target/arm/pr59985.c: Likewise.

From-SVN: r213862
This commit is contained in:
Janis Johnson 2014-08-12 14:57:13 +00:00 committed by Janis Johnson
parent d31e00d4e9
commit 16b58ce172
3 changed files with 7 additions and 0 deletions

View 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

View 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__))

View 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);