public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6486] RISC-V: Remove void_type_node of void_args for vsetvlmax intrinsic
@ 2023-03-05  9:17 Kito Cheng
  0 siblings, 0 replies; only message in thread
From: Kito Cheng @ 2023-03-05  9:17 UTC (permalink / raw)
  To: gcc-cvs

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

commit r13-6486-gf8ba8a45edcff7fe117f88deff7184dffe3af311
Author: Ju-Zhe Zhong <juzhe.zhong@rivai.ai>
Date:   Mon Feb 27 16:01:32 2023 +0800

    RISC-V: Remove void_type_node of void_args for vsetvlmax intrinsic
    
    This patch is to fix https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108927.
    PR108927
    
    gcc/ChangeLog:
    
            * config/riscv/riscv-vector-builtins.cc: Remove void_type_node.

Diff:
---
 gcc/config/riscv/riscv-vector-builtins.cc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gcc/config/riscv/riscv-vector-builtins.cc b/gcc/config/riscv/riscv-vector-builtins.cc
index a430104f1e7..af11758e9b4 100644
--- a/gcc/config/riscv/riscv-vector-builtins.cc
+++ b/gcc/config/riscv/riscv-vector-builtins.cc
@@ -291,9 +291,8 @@ static const rvv_type_info oextu_ops[] = {
 static CONSTEXPR const rvv_arg_type_info rvv_arg_type_info_end
   = rvv_arg_type_info (NUM_BASE_TYPES);
 
-/* A list of args for size_t func (void) function.  */
-static CONSTEXPR const rvv_arg_type_info void_args[]
-  = {rvv_arg_type_info (RVV_BASE_void), rvv_arg_type_info_end};
+/* A list of args for size_t func () function.  */
+static CONSTEXPR const rvv_arg_type_info void_args[] = {rvv_arg_type_info_end};
 
 /* A list of args for size_t func () function.  */
 static CONSTEXPR const rvv_arg_type_info end_args[]

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

only message in thread, other threads:[~2023-03-05  9:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-05  9:17 [gcc r13-6486] RISC-V: Remove void_type_node of void_args for vsetvlmax intrinsic Kito Cheng

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