public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Vladimir Makarov <vmakarov@redhat.com>
To: gcc-patches@gcc.gnu.org
Subject: Re: patch for PR65729
Date: Tue, 14 Apr 2015 15:36:00 -0000	[thread overview]
Message-ID: <552D3412.6070100@redhat.com> (raw)
In-Reply-To: <20150414081123.GF1725@tucnak.redhat.com>

On 04/14/2015 04:11 AM, Jakub Jelinek wrote:
> On Tue, Apr 14, 2015 at 10:08:24AM +0200, Yvan Roux wrote:
>> --- a/gcc/lra-constraints.c
>> +++ b/gcc/lra-constraints.c
>> @@ -1656,8 +1656,7 @@ prohibited_class_reg_set_mode_p (enum reg_class rclass,
>>   {
>>     HARD_REG_SET temp;
>>     
>> -  // ??? Is this assert right
>> -  // lra_assert (hard_reg_set_subset_p (set, reg_class_contents[rclass]));
>> +  lra_assert (hard_reg_set_subset_p (reg_class_contents[rclass],set));
> Missing space after ,
> Otherwise, I'll defer to Vlad for review.
>
>
The patch is ok for me to commit it into the trunk.  Thanks, Yvan.

  reply	other threads:[~2015-04-14 15:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-10 16:39 Vladimir Makarov
2015-04-14  8:08 ` Yvan Roux
2015-04-14  8:11   ` Jakub Jelinek
2015-04-14 15:36     ` Vladimir Makarov [this message]
2015-04-15 12:51       ` Yvan Roux
2015-04-18 14:22         ` Richard Earnshaw

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=552D3412.6070100@redhat.com \
    --to=vmakarov@redhat.com \
    --cc=gcc-patches@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).