public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/riscv/heads/gcc-13-with-riscv-opts)] test: Fix FAIL of pr97428.c for RVV
@ 2023-11-21  4:07 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2023-11-21  4:07 UTC (permalink / raw)
  To: gcc-cvs

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

commit a42d7a6c1a0e45fa275c30131a983bf2fa989704
Author: Juzhe-Zhong <juzhe.zhong@rivai.ai>
Date:   Tue Nov 7 23:18:59 2023 +0800

    test: Fix FAIL of pr97428.c for RVV
    
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/vect/pr97428.c: Add additional compile option for riscv.
    
    (cherry picked from commit 5a410860640f0fbd0a744dd89130d7d709a0ef07)

Diff:
---
 gcc/testsuite/gcc.dg/vect/pr97428.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/testsuite/gcc.dg/vect/pr97428.c b/gcc/testsuite/gcc.dg/vect/pr97428.c
index bbd743a76c4..60dd984cfd3 100644
--- a/gcc/testsuite/gcc.dg/vect/pr97428.c
+++ b/gcc/testsuite/gcc.dg/vect/pr97428.c
@@ -1,4 +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;

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

only message in thread, other threads:[~2023-11-21  4:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-21  4:07 [gcc(refs/vendors/riscv/heads/gcc-13-with-riscv-opts)] test: Fix FAIL of pr97428.c for RVV Jeff Law

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