* lib/target-supports.exp
authorJanis Johnson <janisjo@codesourcery.com>
Tue, 19 Aug 2014 22:14:40 +0000 (22:14 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 19 Aug 2014 22:14:40 +0000 (22:14 +0000)
(check_effective_target_arm_v8_neon_ok_nocache): Add
"-march-armv8-a" to compile flags.

From-SVN: r214198

gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp

index b1703fa..c0d2855 100644 (file)
@@ -1,3 +1,9 @@
+2014-08-19  Janis Johnson  <janisjo@codesourcery.com>
+
+       * lib/target-supports.exp 
+       (check_effective_target_arm_v8_neon_ok_nocache): Add
+       "-march-armv8-a" to compile flags.
+
 2014-08-19  Marek Polacek  <polacek@redhat.com>
 
        PR c++/62153
index c03370d..6506e42 100644 (file)
@@ -2587,7 +2587,7 @@ proc check_effective_target_arm_v8_neon_ok_nocache { } {
                {
                  __asm__ volatile ("vrintn.f32 q0, q0");
                }
-           } "$flags"] } {
+           } "$flags -march=armv8-a"] } {
                set et_arm_v8_neon_flags $flags
                return 1
            }