* gcc.dg/pr59418.c: Don't add ARM options for a Thumb1 multilib.
authorJanis Johnson <janisjo@codesourcery.com>
Tue, 12 Aug 2014 14:59:31 +0000 (14:59 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 12 Aug 2014 14:59:31 +0000 (14:59 +0000)
From-SVN: r213865

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr59418.c

index 31c79edcb4c04ea98dece2d056a7c3e6ca392868..b7f0495af14d00a0ecff68fa4168a644447dd233 100644 (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.
 
index 114c1d383c4b69b99c27a1afbbcad3498782b66f..257ce79f199a029041cfc06160d0788bd3906419 100644 (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, ...);