This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH] Fix PR85191
- From: Richard Biener <rguenther at suse dot de>
- To: gcc-patches at gcc dot gnu dot org
- Date: Wed, 4 Apr 2018 14:13:59 +0200 (CEST)
- Subject: [PATCH] Fix PR85191
Typo...
Committed as obvious.
Richard.
2018-04-04 Richard Biener <rguenther@suse.de>
PR testsuite/85191
* lib/target-supports.exp (check_effective_target_vect_perm_short):
Fix typo.
Index: gcc/testsuite/lib/target-supports.exp
===================================================================
--- gcc/testsuite/lib/target-supports.exp (revision 259069)
+++ gcc/testsuite/lib/target-supports.exp (working copy)
@@ -5828,8 +5828,8 @@ proc check_effective_target_vect_perm_sh
&& ![check_effective_target_vect_variable_length])
|| [istarget powerpc*-*-*]
|| [istarget spu-*-*]
- || (([istarget i?86-*-*] || [istarget x86_64-*-*]
- && [check_ssse3_available]))
+ || (([istarget i?86-*-*] || [istarget x86_64-*-*])
+ && [check_ssse3_available])
|| ([istarget mips*-*-*]
&& [et-is-effective-target mips_msa])
|| ([istarget s390*-*-*]