public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-2094] RISC-V: Remove duplicated extern function_base decl
@ 2023-06-26 11:06 Pan Li
  0 siblings, 0 replies; only message in thread
From: Pan Li @ 2023-06-26 11:06 UTC (permalink / raw)
  To: gcc-cvs

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

commit r14-2094-ga024176a97b0176f526862836c33e283b8db4197
Author: Pan Li <pan2.li@intel.com>
Date:   Mon Jun 26 16:02:40 2023 +0800

    RISC-V: Remove duplicated extern function_base decl
    
    Signed-off-by: Pan Li <pan2.li@intel.com>
    
    gcc/ChangeLog:
    
            * config/riscv/riscv-vector-builtins-bases.h: Remove duplicated decl.

Diff:
---
 gcc/config/riscv/riscv-vector-builtins-bases.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gcc/config/riscv/riscv-vector-builtins-bases.h b/gcc/config/riscv/riscv-vector-builtins-bases.h
index 62ff38a2811..fb95d6afdf0 100644
--- a/gcc/config/riscv/riscv-vector-builtins-bases.h
+++ b/gcc/config/riscv/riscv-vector-builtins-bases.h
@@ -121,8 +121,6 @@ extern const function_base *const vsmul;
 extern const function_base *const vssra;
 extern const function_base *const vssrl;
 extern const function_base *const vnclip;
-extern const function_base *const vnclip;
-extern const function_base *const vnclipu;
 extern const function_base *const vnclipu;
 extern const function_base *const vmand;
 extern const function_base *const vmnand;
@@ -144,8 +142,6 @@ extern const function_base *const vmsof;
 extern const function_base *const viota;
 extern const function_base *const vid;
 extern const function_base *const vfadd;
-extern const function_base *const vfadd;
-extern const function_base *const vfsub;
 extern const function_base *const vfsub;
 extern const function_base *const vfrsub;
 extern const function_base *const vfwadd;
@@ -153,7 +149,6 @@ extern const function_base *const vfwsub;
 extern const function_base *const vfmul;
 extern const function_base *const vfmul;
 extern const function_base *const vfdiv;
-extern const function_base *const vfdiv;
 extern const function_base *const vfrdiv;
 extern const function_base *const vfwmul;
 extern const function_base *const vfmacc;

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

only message in thread, other threads:[~2023-06-26 11:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-26 11:06 [gcc r14-2094] RISC-V: Remove duplicated extern function_base decl Pan Li

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