public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <bonzini@gnu.org>
To: Diego Novillo <dnovillo@google.com>
Cc: gcc-patches@gcc.gnu.org, Aldy Hernandez <aldyh@redhat.com>
Subject: Re: [tuples] Fix GIMPLE_CHECK* macros
Date: Wed, 08 Aug 2007 17:05:00 -0000	[thread overview]
Message-ID: <46B9F7D4.7030200@gnu.org> (raw)
In-Reply-To: <46B9F614.3040003@google.com>

> +#define GIMPLE_CHECK(GS, CODE)						\
> +  {									\
> +    const gimple __gs = (GS);						\
> +    if (gimple_code (__gs) != (CODE))					\
> +      gimple_check_failed (__gs, __FILE__, __LINE__, __FUNCTION__,	\
> +	  		   (CODE), 0);					\
> +  }

do .. while (0) maybe?

Paolo

  reply	other threads:[~2007-08-08 17:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-08 16:58 Diego Novillo
2007-08-08 17:05 ` Paolo Bonzini [this message]
2007-08-08 17:07   ` Diego Novillo

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=46B9F7D4.7030200@gnu.org \
    --to=bonzini@gnu.org \
    --cc=aldyh@redhat.com \
    --cc=dnovillo@google.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).