mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 19:11:19 +08:00
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
This commit is contained in:
parent
2960be837a
commit
5e979df369
gcc/testsuite
@ -1,3 +1,9 @@
|
||||
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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user