* gcc.dg/pr59418.c: Don't add ARM options for a Thumb1 multilib.

From-SVN: r213865
This commit is contained in:
Janis Johnson 2014-08-12 14:59:31 +00:00 committed by Janis Johnson
parent e19707f507
commit 996682da85
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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, ...);