public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH V3] test: Fix FAIL of pr97428.c for RVV
@ 2023-11-07 15:18 Juzhe-Zhong
  2023-11-10  1:26 ` Jeff Law
  0 siblings, 1 reply; 3+ messages in thread
From: Juzhe-Zhong @ 2023-11-07 15:18 UTC (permalink / raw)
  To: gcc-patches; +Cc: rguenther, Juzhe-Zhong

gcc/testsuite/ChangeLog:

	* gcc.dg/vect/pr97428.c: Add additional compile option for riscv.

---
 gcc/testsuite/gcc.dg/vect/pr97428.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.dg/vect/pr97428.c b/gcc/testsuite/gcc.dg/vect/pr97428.c
index ad6416096aa..60dd984cfd3 100644
--- a/gcc/testsuite/gcc.dg/vect/pr97428.c
+++ b/gcc/testsuite/gcc.dg/vect/pr97428.c
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target vect_double } */
+/* { dg-additional-options "--param vect-epilogues-nomask=0" { target riscv*-*-* } } */
 
 typedef struct { double re, im; } dcmlx_t;
 typedef struct { double re[4], im[4]; } dcmlx4_t;
-- 
2.36.3


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH V3] test: Fix FAIL of pr97428.c for RVV
  2023-11-07 15:18 [PATCH V3] test: Fix FAIL of pr97428.c for RVV Juzhe-Zhong
@ 2023-11-10  1:26 ` Jeff Law
  2023-11-10  1:30   ` juzhe.zhong
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Law @ 2023-11-10  1:26 UTC (permalink / raw)
  To: Juzhe-Zhong, gcc-patches; +Cc: rguenther



On 11/7/23 08:18, Juzhe-Zhong wrote:
> gcc/testsuite/ChangeLog:
> 
> 	* gcc.dg/vect/pr97428.c: Add additional compile option for riscv.
I don't guess we know if other targets would benefit from this option. 
The only reference in gcc-testresults to pr97428.c is an armv7 run from 
2022.  So let's assume nobody else cares.

OK for the trunk.

jeff


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Re: [PATCH V3] test: Fix FAIL of pr97428.c for RVV
  2023-11-10  1:26 ` Jeff Law
@ 2023-11-10  1:30   ` juzhe.zhong
  0 siblings, 0 replies; 3+ messages in thread
From: juzhe.zhong @ 2023-11-10  1:30 UTC (permalink / raw)
  To: jeffreyalaw, gcc-patches; +Cc: rguenther

[-- Attachment #1: Type: text/plain, Size: 574 bytes --]

Thanks Jeff. Committed.



juzhe.zhong@rivai.ai
 
From: Jeff Law
Date: 2023-11-10 09:26
To: Juzhe-Zhong; gcc-patches
CC: rguenther
Subject: Re: [PATCH V3] test: Fix FAIL of pr97428.c for RVV
 
 
On 11/7/23 08:18, Juzhe-Zhong wrote:
> gcc/testsuite/ChangeLog:
> 
> * gcc.dg/vect/pr97428.c: Add additional compile option for riscv.
I don't guess we know if other targets would benefit from this option. 
The only reference in gcc-testresults to pr97428.c is an armv7 run from 
2022.  So let's assume nobody else cares.
 
OK for the trunk.
 
jeff
 
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-10  1:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-07 15:18 [PATCH V3] test: Fix FAIL of pr97428.c for RVV Juzhe-Zhong
2023-11-10  1:26 ` Jeff Law
2023-11-10  1:30   ` juzhe.zhong

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