target-supports.exp: Normalize order of i?86 and x86_64 targets.
authorUros Bizjak <ubizjak@gmail.com>
Tue, 1 Nov 2016 09:03:21 +0000 (10:03 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 1 Nov 2016 09:03:21 +0000 (10:03 +0100)
commitbaeb7b5ce569fb8283909bbb2a417d15fd43f34d
treee01e770cd5de2144e8e38fa9e761cd54c2313621
parent156b5ccae7b1542a23d4d42b0a6cf9672c7b6e7d
target-supports.exp: Normalize order of i?86 and x86_64 targets.

* lib/target-supports.exp: Normalize order of i?86 and x86_64 targets.
Whitespace fixes.
(check_effective_target_vect_cmdline_needed): Check
is-effective-target ia32 for x86 targets.
(check_effective_target_vect_simd_clones): Simplify condition.
(check_effective_target_vect_double): Ditto.
(check_effective_target_vect_aligned_arrays): Check
is-effective-target ia32 for x86 targets.  Simplify condition.
(check_effective_target_vect_multiple_sizes): Simplify condition.
(check_effective_target_sqrt_insn): Add i?86-*-* target.
(check_effective_target_sync_int_128): Simplify condition.
(check_effective_target_sync_int_128_runtime): Ditto.
(check_effective_target_sync_long_long_runtime): Ditto.
(check_effective_target_divmod): Add i?86-*-* target.

From-SVN: r241733
gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp