[gcc(refs/users/aoliva/heads/testme)] silence warnings

Alexandre Oliva aoliva@gcc.gnu.org
Fri Jun 9 08:08:09 GMT 2023


https://gcc.gnu.org/g:3af07c3573bc68c4f826a88e4e18a1978f8258e5

commit 3af07c3573bc68c4f826a88e4e18a1978f8258e5
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Jun 8 01:36:00 2023 -0300

    silence warnings

Diff:
---
 gcc/optabs.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/optabs.cc b/gcc/optabs.cc
index c8e39c82d57..15a0237d24e 100644
--- a/gcc/optabs.cc
+++ b/gcc/optabs.cc
@@ -257,7 +257,7 @@ expand_widen_pattern_expr (sepops ops, rtx op0, rtx op1, rtx wide_op,
 			   rtx target, int unsignedp)
 {
   class expand_operand eops[4];
-  tree oprnd0, oprnd1, oprnd2;
+  tree oprnd0, oprnd1 = NULL_TREE, oprnd2 = NULL_TREE;
   machine_mode wmode = VOIDmode, tmode0, tmode1 = VOIDmode;
   optab widen_pattern_optab;
   enum insn_code icode;


More information about the Gcc-cvs mailing list