public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Richard Henderson <rth@redhat.com>
To: Zhenqiang Chen <zhenqiang.chen@arm.com>
Cc: Marcus Shawcroft <Marcus.Shawcroft@arm.com>, gcc-patches@gcc.gnu.org
Subject: Re: [PATCH, AARCH64] Fix  ICE in CCMP (PR64015)
Date: Thu, 15 Jan 2015 18:28:00 -0000	[thread overview]
Message-ID: <54B80461.704@redhat.com> (raw)
In-Reply-To: <000001d01842$eaa16be0$bfe443a0$@arm.com>

On 12/15/2014 12:41 AM, Zhenqiang Chen wrote:
> +(define_expand "cmp<mode>"
> +  [(set (match_operand 0 "cc_register" "")
> +        (match_operator:CC 1 "aarch64_comparison_operator"
> +         [(match_operand:GPI 2 "register_operand" "")
> +          (match_operand:GPI 3 "aarch64_plus_operand" "")]))]
> +  ""
> +  "
> +  operands[1] = gen_rtx_fmt_ee (COMPARE, SELECT_CC_MODE (GET_CODE (operands[1]),
> +							 operands[2],
> +							 operands[3]),
> +				 operands[2], operands[3]);
> +  "
> +)

Use { } not "" for the C portion.

Otherwise ok.


r~

  parent reply	other threads:[~2015-01-15 18:18 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-24  8:21 Zhenqiang Chen
2014-11-24  8:21 ` Andrew Pinski
2014-11-24  9:49 ` Richard Henderson
2014-11-25  9:11   ` Zhenqiang Chen
2014-11-25  9:37     ` Richard Henderson
2014-11-26 10:00       ` Zhenqiang Chen
2014-11-28 17:28         ` Richard Henderson
2014-12-12  7:52       ` Zhenqiang Chen
2014-12-12 19:25         ` Richard Henderson
2014-12-15  9:05           ` Zhenqiang Chen
2015-01-15 15:40             ` Jiong Wang
2015-01-15 18:28             ` Richard Henderson [this message]
2015-01-16 11:01               ` Marcus Shawcroft
2015-01-18 21:26                 ` Christophe Lyon
2015-01-18 22:12                   ` Andrew Pinski
2015-01-18 23:29                     ` Christophe Lyon

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=54B80461.704@redhat.com \
    --to=rth@redhat.com \
    --cc=Marcus.Shawcroft@arm.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=zhenqiang.chen@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).