]> gcc.gnu.org Git - gcc.git/commitdiff
target-supports.exp (check_effective_target_vect_no_bitwise): Remove Alpha.
authorRichard Henderson <rth@redhat.com>
Sun, 26 Dec 2004 03:57:04 +0000 (19:57 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 26 Dec 2004 03:57:04 +0000 (19:57 -0800)
        * lib/target-supports.exp (check_effective_target_vect_no_bitwise):
Remove Alpha.

From-SVN: r92614

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

index 8b83f54c54854219a1d9135d0ff1b7b23a9e7979..376a42c442a22dc049cfd5a8487d4fb5cebac50a 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-25  Richard Henderson  <rth@redhat.com>
+
+       * lib/target-supports.exp (check_effective_target_vect_no_bitwise):
+       Remove Alpha.
+
 2004-12-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        * gcc.dg/pr17055-1.c (dg-options): Add -fno-common to options on
index c259f64d7a09aeb7a3f15c6ecbe3dd3653179d52..19d95afa2716b2dadff0e7141a5cc82898774f12 100644 (file)
@@ -562,8 +562,7 @@ proc check_effective_target_vect_no_bitwise { } {
     } else {
        set et_vect_no_bitwise_saved 0
        if { [istarget i?86-*-*]
-            || [istarget x86_64-*-*]
-            || [istarget alpha-*-*] } {
+            || [istarget x86_64-*-*] } {
            set et_vect_no_bitwise_saved 1
        }
     }
This page took 0.082231 seconds and 5 git commands to generate.