public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Richard Biener <rguenther@suse.de>
To: Jakub Jelinek <jakub@redhat.com>
Cc: Marek Polacek <polacek@redhat.com>,
	GCC Patches <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH] Don't perform A - (-B) -> A + B when sanitizing
Date: Wed, 12 Nov 2014 15:13:00 -0000	[thread overview]
Message-ID: <alpine.LSU.2.11.1411121605380.374@zhemvz.fhfr.qr> (raw)
In-Reply-To: <20141112151038.GH5026@tucnak.redhat.com>

On Wed, 12 Nov 2014, Jakub Jelinek wrote:

> On Wed, Nov 12, 2014 at 04:07:33PM +0100, Marek Polacek wrote:
> > On Wed, Nov 12, 2014 at 03:22:41PM +0100, Richard Biener wrote:
> > > TYPE_OVERFLOW_SANITIZES?
> > 
> > Can I call it sanitize_fold_p and put it as a static inline fn
> > into tree.h?
> 
> It is a predicate on type, so perhaps sanitized_type_p ?
> But TYPE_OVERFLOW_SANITIZED (better than S) sounds good to me too.

Somehow it should be visible that this is all related to
overflow and thus existing TYPE_OVERFLOW_* checks.  So
I like TYPE_OVERFLOW_SANITIZED better ;)

Richard.

      reply	other threads:[~2014-11-12 15:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-12  8:50 Marek Polacek
2014-11-12  9:56 ` Richard Biener
2014-11-12 14:28   ` Marek Polacek
2014-11-12 14:33     ` Richard Biener
2014-11-12 15:08       ` Marek Polacek
2014-11-12 15:12         ` Jakub Jelinek
2014-11-12 15:13           ` Richard Biener [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=alpine.LSU.2.11.1411121605380.374@zhemvz.fhfr.qr \
    --to=rguenther@suse.de \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jakub@redhat.com \
    --cc=polacek@redhat.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).