From: "H.J. Lu <>" <hjl.tools@gmail.com>
To: gcc-patches@gcc.gnu.org
Subject: [PATCH] Update Fix vect_long_mult for aarch64 [PR109705]
Date: Wed, 24 Jan 2024 16:40:45 -0800 [thread overview]
Message-ID: <20240125004045.237500-1-user@gnu-cfl-3> (raw)
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
reply other threads:[~2024-01-25 0:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240125004045.237500-1-user@gnu-cfl-3 \
--to=hjl.tools@gmail.com \
--cc=gcc-patches@gcc.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).