On 11/6/13, 5:06 PM, Joseph S. Myers wrote:

> You should be testing aarch64*-*-* so as to match aarch64_be targets.

Thank you for catching that. Please commit this new patch if is OK. I
don't have SVN access.

Thanks,
Cesar

2013-11-06  Cesar Philippidis  <ce...@codesourcery.com>

        gcc/testsuite/
        * lib/target-supports.exp 
        (check_effective_target_vect_cmdline_neeed): Add aarch64 to the list 
        of targets that do not need command line argument to enable SIMD.

Index: gcc/testsuite/lib/target-supports.exp
===================================================================
--- gcc/testsuite/lib/target-supports.exp       (revision 423006)
+++ gcc/testsuite/lib/target-supports.exp       (working copy)
@@ -1920,7 +1920,8 @@ proc check_effective_target_vect_cmdline_needed {
                     || [check_effective_target_powerpc_altivec]))
             || ([istarget sparc*-*-*] && [check_effective_target_sparc_vis])
              || [istarget spu-*-*]
-            || ([istarget arm*-*-*] && [check_effective_target_arm_neon]) } {
+            || ([istarget arm*-*-*] && [check_effective_target_arm_neon]) 
+            || [istarget aarch64*-*-*] } {
           set et_vect_cmdline_needed_saved 0
        }
     }

Reply via email to