public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Update Fix vect_long_mult for aarch64 [PR109705]
@ 2024-01-25  0:40 H.J. Lu <>
  0 siblings, 0 replies; only message in thread
From: H.J. Lu <> @ 2024-01-25  0:40 UTC (permalink / raw)
  To: gcc-patches

Adding the missing '[' in

commit e6fbc3cc786a74a098352868348e187877bfbc8b
Author: Andrew Pinski <quic_apinski@quicinc.com>
Date:   Wed Jan 24 00:00:34 2024 -0800

    Fix vect_long_mult for aarch64 [PR109705]

	PR testsuite/109705
	* lib/target-supports.exp (check_effective_target_vect_long_mult):
	Add the missing '['.
---
 gcc/testsuite/lib/target-supports.exp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index 82520119026..49e748caf17 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -9092,7 +9092,7 @@ proc check_effective_target_vect_long_mult { } {
 	 || ([istarget sparc*-*-*] && [check_effective_target_ilp32])
 	 || ([istarget aarch64*-*-*]
 	     && ([check_effective_target_ilp32]
-		 || check_effective_target_aarch64_sve]))
+		 || [check_effective_target_aarch64_sve]))
 	 || ([istarget mips*-*-*]
 	      && [et-is-effective-target mips_msa])
 	 || ([istarget riscv*-*-*]
-- 
2.43.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-25  0:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-25  0:40 [PATCH] Update Fix vect_long_mult for aarch64 [PR109705] H.J. Lu <>

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).