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/testme)] silence warnings
Date: Thu,  8 Jun 2023 11:00:08 +0000 (GMT)	[thread overview]
Message-ID: <20230608110008.3BD1A385773C@sourceware.org> (raw)

https://gcc.gnu.org/g:94f4fed8c010bc74586b3b2f258e407f4d5d9c17

commit 94f4fed8c010bc74586b3b2f258e407f4d5d9c17
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Jul 28 03:30:24 2022 -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 aab6ab6faf2..475c6795109 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;

             reply	other threads:[~2023-06-08 11:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-08 11:00 Alexandre Oliva [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-20 10:47 Alexandre Oliva
2023-10-06  5:25 Alexandre Oliva
2023-06-09  8:08 Alexandre Oliva
2023-06-09  6:26 Alexandre Oliva
2023-06-09  6:18 Alexandre Oliva
2023-06-08 10:44 Alexandre Oliva
2023-06-08  9:18 Alexandre Oliva
2023-06-08  4:48 Alexandre Oliva
2022-07-28  6:39 Alexandre Oliva
2022-05-06  6:31 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=20230608110008.3BD1A385773C@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).