Commit 996682da by Janis Johnson Committed by Janis Johnson

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

From-SVN: r213865
parent e19707f5
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, ...);
......
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