public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@suse.de>
To: "Bin.Cheng" <amker.cheng@gmail.com>
Cc: James Greenhalgh <james.greenhalgh@arm.com>,
	 Bin Cheng <Bin.Cheng@arm.com>,
	 "gcc-patches\@gcc.gnu.org" <gcc-patches@gcc.gnu.org>,
	 nd <nd@arm.com>
Subject: Re: [PATCH AArch64/V3]Add new patterns for vcond_mask and vec_cmp
Date: Thu, 11 Aug 2016 07:08:00 -0000	[thread overview]
Message-ID: <mvmoa4zsryq.fsf@hawking.suse.de> (raw)
In-Reply-To: <CAHFci2-GV+8J1HuX4-mqRhH=gA1Bkf6xq2_URG-XsQenC1Z4EA@mail.gmail.com>	(Bin Cheng's message of "Mon, 8 Aug 2016 12:10:00 +0100")

../../gcc/config/aarch64/aarch64-simd.md: In function 'rtx_def* gen_vec_cmpv2sfv2si(rtx, rtx, rtx, rtx)':
../../gcc/config/aarch64/aarch64-simd.md:2498:17: error: 'comparison' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       emit_insn (comparison (operands[0], operands[2], operands[3]));
       ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gcc/config/aarch64/aarch64-simd.md:2416:9: note: 'comparison' was declared here
   rtx (*comparison) (rtx, rtx, rtx);
         ^~~~~~~~~~
../../gcc/config/aarch64/aarch64-simd.md: In function 'rtx_def* gen_vec_cmpv4sfv4si(rtx, rtx, rtx, rtx)':
../../gcc/config/aarch64/aarch64-simd.md:2498:17: error: 'comparison' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       emit_insn (comparison (operands[0], operands[2], operands[3]));
       ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gcc/config/aarch64/aarch64-simd.md:2416:9: note: 'comparison' was declared here
   rtx (*comparison) (rtx, rtx, rtx);
         ^~~~~~~~~~
../../gcc/config/aarch64/aarch64-simd.md: In function 'rtx_def* gen_vec_cmpv2dfv2di(rtx, rtx, rtx, rtx)':
../../gcc/config/aarch64/aarch64-simd.md:2498:17: error: 'comparison' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       emit_insn (comparison (operands[0], operands[2], operands[3]));
       ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gcc/config/aarch64/aarch64-simd.md:2416:9: note: 'comparison' was declared here
   rtx (*comparison) (rtx, rtx, rtx);
         ^~~~~~~~~~

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

  parent reply	other threads:[~2016-08-11  7:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-01 13:19 Bin Cheng
2016-08-08 10:40 ` James Greenhalgh
2016-08-08 11:10   ` Bin.Cheng
2016-08-09 14:05     ` James Greenhalgh
2016-08-11  7:08     ` Andreas Schwab [this message]
2016-08-11  8:37       ` Bin.Cheng
2016-08-11  8:43         ` Bin.Cheng
2017-06-28  5:10 ` Andrew Pinski

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=mvmoa4zsryq.fsf@hawking.suse.de \
    --to=schwab@suse.de \
    --cc=Bin.Cheng@arm.com \
    --cc=amker.cheng@gmail.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=james.greenhalgh@arm.com \
    --cc=nd@arm.com \
    /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).