Commit 798e3fe5 by Richard Henderson Committed by Richard Henderson

target-supports.exp (check_effective_target_vect_no_bitwise): Remove Alpha.

        * lib/target-supports.exp (check_effective_target_vect_no_bitwise):
	Remove Alpha.

From-SVN: r92614
parent df96aa52
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> 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 * gcc.dg/pr17055-1.c (dg-options): Add -fno-common to options on
......
...@@ -562,8 +562,7 @@ proc check_effective_target_vect_no_bitwise { } { ...@@ -562,8 +562,7 @@ proc check_effective_target_vect_no_bitwise { } {
} else { } else {
set et_vect_no_bitwise_saved 0 set et_vect_no_bitwise_saved 0
if { [istarget i?86-*-*] if { [istarget i?86-*-*]
|| [istarget x86_64-*-*] || [istarget x86_64-*-*] } {
|| [istarget alpha-*-*] } {
set et_vect_no_bitwise_saved 1 set et_vect_no_bitwise_saved 1
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment