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

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