public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-3914] RISC-V: Remove redundant ABI test
@ 2023-09-13  5:07 Lehua Ding
  0 siblings, 0 replies; only message in thread
From: Lehua Ding @ 2023-09-13  5:07 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:20268ad194d3c00d1182af345875ce63a4a9c762

commit r14-3914-g20268ad194d3c00d1182af345875ce63a4a9c762
Author: Juzhe-Zhong <juzhe.zhong@rivai.ai>
Date:   Wed Sep 13 11:20:44 2023 +0800

    RISC-V: Remove redundant ABI test
    
    We only support and report warning for RVV types.
    
    We don't report warning for GNU vectors.
    So this testcase checking is incorrect and the FAIL is bogus.
    
    Remove it and commit it.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.target/riscv/rvv/base/vector-abi-9.c: Removed.

Diff:
---
 gcc/testsuite/gcc.target/riscv/rvv/base/vector-abi-9.c | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/gcc/testsuite/gcc.target/riscv/rvv/base/vector-abi-9.c b/gcc/testsuite/gcc.target/riscv/rvv/base/vector-abi-9.c
deleted file mode 100644
index b5f130f0caf9..000000000000
--- a/gcc/testsuite/gcc.target/riscv/rvv/base/vector-abi-9.c
+++ /dev/null
@@ -1,16 +0,0 @@
-/* { dg-do compile } */
-/* { dg-options "-march=rv64gcv -mabi=lp64d --param=riscv-autovec-preference=fixed-vlmax" } */
-
-#include "riscv_vector.h"
-
-typedef int v4si __attribute__ ((vector_size (16)));
-
-v4si
-fun (v4si a) {  return a; }  /* { dg-warning "the vector type" } */
-
-void
-bar ()
-{
-  v4si a;
-  fun (a);
-}

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

only message in thread, other threads:[~2023-09-13  5:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-13  5:07 [gcc r14-3914] RISC-V: Remove redundant ABI test Lehua Ding

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