public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-8405] Fix check_effective_target_vect_long_mult
@ 2024-01-25  0:40 Andrew Pinski
  0 siblings, 0 replies; only message in thread
From: Andrew Pinski @ 2024-01-25  0:40 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ba2c1a45dd58f10483efe6150bfb36d049a76024

commit r14-8405-gba2c1a45dd58f10483efe6150bfb36d049a76024
Author: Andrew Pinski <quic_apinski@quicinc.com>
Date:   Wed Jan 24 16:33:38 2024 -0800

    Fix check_effective_target_vect_long_mult
    
    My last commit I tested on aarch64 but vect_long_mult was not actually invoked
    and I didn't notice that I was missing a `[` in front of check_effective_target_aarch64_sve.
    When I ran the testsuite on x86_64, I got the failure.
    
    Committed as obvious after testing on x86_64.
    
    gcc/testsuite/ChangeLog:
    
            * lib/target-supports.exp (check_effective_target_vect_long_mult): Fix
            small typo for aarch64*-*-*.
    
    Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>

Diff:
---
 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*-*-*]

^ 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 [gcc r14-8405] Fix check_effective_target_vect_long_mult Andrew Pinski

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).