This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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*-*-*]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]