target-supports.exp (check_effective_target_vect_shift): Implement with result caching.
authorUros Bizjak <uros@kss-loka.si>
Mon, 3 Oct 2005 05:24:08 +0000 (07:24 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 3 Oct 2005 05:24:08 +0000 (07:24 +0200)
commit41a182c62d6314c2c3c138ebe358da485691f1b7
tree10114132af635929addd6f80325683b4a5947f9a
parent8e52dd26e3a3f576dad58100401775330219f7f5
target-supports.exp (check_effective_target_vect_shift): Implement with result caching.

* lib/target-supports.exp (check_effective_target_vect_shift):
Implement with result caching. Add i?86, x86_64 and ia64 targets.
(check_effective_target_vect_condition): Fix copy-n-pasto.

* gcc.dg/vect/pr22480.c : Enable for effective-target vect_shift.
* gcc.dg/vect/vect-shift-1.c: Remove XFAIL for i?86 and x86_64
targets.

From-SVN: r104888
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/pr22480.c
gcc/testsuite/gcc.dg/vect/vect-shift-1.c
gcc/testsuite/lib/target-supports.exp