Commit 16b58ce1 by Janis Johnson Committed by Janis Johnson

pr48784.c: Skip for thumb1 multilib.

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

From-SVN: r213862
parent d31e00d4
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> 2014-08-12 Igor Zamyatin <igor.zamyatin@intel.com>
PR other/61962 PR other/61962
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-skip-if "incompatible options" { arm_thumb1 } { "*" } { "" } } */
/* { dg-options "-march=armv7-a -mfloat-abi=hard -mfpu=neon -marm -O2" } */ /* { dg-options "-march=armv7-a -mfloat-abi=hard -mfpu=neon -marm -O2" } */
typedef struct __attribute__ ((__packed__)) typedef struct __attribute__ ((__packed__))
......
/* { dg-do compile } */ /* { 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" } */ /* { 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); extern void *f1 (unsigned long, unsigned long);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment