public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-7] RISC-V: Force ilp32d for the T-Head FMV test
@ 2023-04-17 18:15 Palmer Dabbelt
  0 siblings, 0 replies; only message in thread
From: Palmer Dabbelt @ 2023-04-17 18:15 UTC (permalink / raw)
  To: gcc-cvs

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

commit r14-7-gc16848ed8f30be952ac0167fd464ae794fa5ac67
Author: Palmer Dabbelt <palmer@rivosinc.com>
Date:   Tue Apr 11 12:59:48 2023 -0700

    RISC-V: Force ilp32d for the T-Head FMV test
    
    These functions are NOPs on the soft-float ABIs.  Since we're already
    forcing the ISA, let's just force the ABI too.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.target/riscv/xtheadfmv-fmv.c: Force the ilp32d ABI.

Diff:
---
 gcc/testsuite/gcc.target/riscv/xtheadfmv-fmv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/riscv/xtheadfmv-fmv.c b/gcc/testsuite/gcc.target/riscv/xtheadfmv-fmv.c
index 10d035e9e1d..1036044291e 100644
--- a/gcc/testsuite/gcc.target/riscv/xtheadfmv-fmv.c
+++ b/gcc/testsuite/gcc.target/riscv/xtheadfmv-fmv.c
@@ -1,5 +1,5 @@
 /* { dg-do compile { target { rv32 } } } */
-/* { dg-options "-march=rv32gc_xtheadfmv" } */
+/* { dg-options "-march=rv32gc_xtheadfmv -mabi=ilp32d" } */
 /* { dg-skip-if "" { *-*-* } { "-O0" } } */
 
 double

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

only message in thread, other threads:[~2023-04-17 18:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-17 18:15 [gcc r14-7] RISC-V: Force ilp32d for the T-Head FMV test Palmer Dabbelt

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