public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Alexandre Oliva <aoliva@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/aoliva/heads/strub)] silence warnings
Date: Thu, 22 Jul 2021 19:33:38 +0000 (GMT)	[thread overview]
Message-ID: <20210722193338.EC256399202D@sourceware.org> (raw)

https://gcc.gnu.org/g:6b61b75522d8521fb2b133f425d1c5e3885a5af5

commit 6b61b75522d8521fb2b133f425d1c5e3885a5af5
Author: Alexandre Oliva <oliva@gnu.org>
Date:   Thu Jul 22 16:28:29 2021 -0300

    silence warnings

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

diff --git a/gcc/optabs.c b/gcc/optabs.c
index 14d8ad2f33f..c9d93c01548 100644
--- a/gcc/optabs.c
+++ b/gcc/optabs.c
@@ -253,7 +253,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;


             reply	other threads:[~2021-07-22 19:33 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-22 19:33 Alexandre Oliva [this message]
2021-07-25  1:43 Alexandre Oliva
2021-07-25 15:58 Alexandre Oliva
2021-07-26 13:31 Alexandre Oliva
2021-07-28  7:06 Alexandre Oliva
2021-07-28  9:35 Alexandre Oliva
2021-08-04  8:55 Alexandre Oliva
2021-08-19  2:58 Alexandre Oliva
2021-08-20  4:20 Alexandre Oliva
2021-08-20  4:22 Alexandre Oliva
2021-08-28  4:13 Alexandre Oliva
2021-08-28  6:30 Alexandre Oliva
2021-09-03  2:17 Alexandre Oliva
2021-09-03  7:02 Alexandre Oliva
2021-09-04 11:10 Alexandre Oliva
2021-09-04 14:12 Alexandre Oliva
2021-09-05  2:50 Alexandre Oliva
2021-09-05  5:38 Alexandre Oliva
2021-09-05  9:50 Alexandre Oliva
2022-05-06  8:02 Alexandre Oliva
2022-08-04 14:10 Alexandre Oliva
2023-11-29  8:47 Alexandre Oliva
2023-12-01 18:00 Alexandre Oliva
2023-12-06  0:26 Alexandre Oliva
2023-12-07 16:18 Alexandre Oliva

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210722193338.EC256399202D@sourceware.org \
    --to=aoliva@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).