* lib/target-supports.exp
authorUros Bizjak <ubizjak@gmail.com>
Mon, 17 Aug 2009 17:01:53 +0000 (19:01 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 17 Aug 2009 17:01:53 +0000 (19:01 +0200)
(check_effective_target_vect_cmdline_needed):: Add alpha to the list
of targets that do not need command line argument to enable SIMD.

From-SVN: r150852

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

index 3bc3bc3..c8713f5 100644 (file)
@@ -1,3 +1,9 @@
+2009-08-17  Uros Bizjak  <ubizjak@gmail.com>
+
+       * lib/target-supports.exp
+       (check_effective_target_vect_cmdline_needed):: Add alpha to the list
+       of targets that do not need command line argument to enable SIMD.
+
 2009-08-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * lib/target-supports.exp (check_effective_target_mpc_pow): Fix
index 27300b3..f361acc 100644 (file)
@@ -1356,7 +1356,8 @@ proc check_effective_target_vect_cmdline_needed { } {
        verbose "check_effective_target_vect_cmdline_needed: using cached result" 2
     } else {
        set et_vect_cmdline_needed_saved 1
-       if { [istarget ia64-*-*]
+       if { [istarget alpha*-*-*]
+            || [istarget ia64-*-*]
             || (([istarget x86_64-*-*] || [istarget i?86-*-*])
                 && [check_effective_target_lp64])
             || ([istarget powerpc*-*-*]