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:
parent
d31e00d4e9
commit
16b58ce172
@ -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
|
||||
|
@ -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__))
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user