Commit 5e979df3 by Michael Matz Committed by Michael Matz

re PR testsuite/45706 (gcc.dg/vect/vect-114.c)

	PR testsuite/45706
	* lib/target-supports.exp (check_effective_target_vect_perm):
	Add i?86-*-*.

From-SVN: r164433
parent 2960be83
2010-09-20 Michael Matz <matz@suse.de>
PR testsuite/45706
* lib/target-supports.exp (check_effective_target_vect_perm):
Add i?86-*-*.
2010-09-20 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/45695
......
......@@ -2426,6 +2426,7 @@ proc check_effective_target_vect_perm { } {
set et_vect_perm_saved 0
if { [istarget powerpc*-*-*]
|| [istarget spu-*-*]
|| [istarget i?86-*-*]
|| [istarget x86_64-*-*] } {
set et_vect_perm_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