public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/riscv/heads/gcc-13-with-riscv-opts)] RISC-V: Remove redundant ABI test
@ 2023-09-18 18:25 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2023-09-18 18:25 UTC (permalink / raw)
  To: gcc-cvs

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

commit a481773a4e8b11dfc880c4df6613f18242975ac9
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.
    
    (cherry picked from commit 20268ad194d3c00d1182af345875ce63a4a9c762)

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 b5f130f0caf..00000000000
--- 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-18 18:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-18 18:25 [gcc(refs/vendors/riscv/heads/gcc-13-with-riscv-opts)] RISC-V: Remove redundant ABI test 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).