* gcc.dg/pr59418.c: Don't add ARM options for a Thumb1 multilib.
From-SVN: r213865
This commit is contained in:
parent
e19707f507
commit
996682da85
@ -1,5 +1,7 @@
|
||||
2014-08-12 Janis Johnson <janisjo@codesourcery.com>
|
||||
|
||||
* gcc.dg/pr59418.c: Don't add ARM options for a Thumb1 multilib.
|
||||
|
||||
* gcc.target/arm/neon-vext-execute.c: Skip if the test won't run
|
||||
on Neon hardware.
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-Os -g" } */
|
||||
/* { dg-options "-march=armv7-a -mfloat-abi=hard -Os -g" { target arm*-*-* } } */
|
||||
/* { dg-options "-march=armv7-a -mfloat-abi=hard -Os -g" { target { arm*-*-* && { ! arm_thumb1 } } } } */
|
||||
|
||||
extern int printf (const char *__format, ...);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user