public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Mike Stump <mikestump@comcast.net>
To: Richard Sandiford <rsandifo@linux.vnet.ibm.com>
Cc: gcc-patches@gcc.gnu.org, Kenneth Zadeck <zadeck@naturalbridge.com>
Subject: Re: [wide-int] Remove cst_fits_*
Date: Wed, 20 Nov 2013 20:59:00 -0000	[thread overview]
Message-ID: <35EC9C43-A1A1-45BD-9990-62ED5C2FB752@comcast.net> (raw)
In-Reply-To: <87y54jf5sv.fsf@sandifor-thinkpad.stglab.manchester.uk.ibm.com>

On Nov 20, 2013, at 7:31 AM, Richard Sandiford <rsandifo@linux.vnet.ibm.com> wrote:
> cst_fits_shwi_p replaces cst_and_fits_in_hwi, but if cst_fits_uhwi_p
> goes away then I think we might as well stick with the original name.

So the entire patch seems fine, except for one hunk I'll punt to Kenny to weigh in and those are the changes of the form:

-      if (!cst_fits_shwi_p (tdiff))
+      if (!cst_and_fits_in_hwi (tiff))

      reply	other threads:[~2013-11-20 19:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-20 16:31 Richard Sandiford
2013-11-20 20:59 ` Mike Stump [this message]

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=35EC9C43-A1A1-45BD-9990-62ED5C2FB752@comcast.net \
    --to=mikestump@comcast.net \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=rsandifo@linux.vnet.ibm.com \
    --cc=zadeck@naturalbridge.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).