From: Zack Weinberg <zack@codesourcery.com>
To: Graham Stott <graham.stott@btinternet.com>
Cc: gcc-patches@gcc.gnu.org
Subject: Re: RFC: Improvements to alternate-entry-point handling
Date: Wed, 17 Jul 2002 18:05:00 -0000 [thread overview]
Message-ID: <20020718010430.GG8656@codesourcery.com> (raw)
In-Reply-To: <3D361373.6080205@btinternet.com>
On Thu, Jul 18, 2002 at 02:01:39AM +0100, Graham Stott wrote:
> Zack Weinberg wrote:
>
> >+#define SET_LABEL_KIND(LABEL, KIND) do { \
> >+ rtx _label = (LABEL); \
> >+ unsigned int _kind = (KIND); \
> >+ if (GET_CODE (_label) != CODE_LABEL) \
> >+ rtl_check_failed_flag ("SET_LABEL_KIND", _label, __FILE__, __LINE__,
> >\
> >+ __FUNCTION__); \
> >+ _label->jump = ((kind >> 1) & 1); \
> ^^^^ typo missing _
> >+ _label->call = (kind & 1); \
> ^^^^ typo missing _
> >+} while (0)
Blargh. Corrected in my copy. Thanks.
zw
next prev parent reply other threads:[~2002-07-18 1:04 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-17 17:50 Zack Weinberg
2002-07-17 18:04 ` Graham Stott
2002-07-17 18:05 ` Zack Weinberg [this message]
2002-07-17 21:29 ` Matt Kraai
2002-07-17 22:44 ` Zack Weinberg
2002-07-18 12:22 ` Mark Mitchell
2002-07-18 12:44 ` Steven Bosscher
2002-07-18 13:19 ` Zack Weinberg
2002-07-18 14:11 ` Richard Henderson
2002-07-18 14:43 ` Zack Weinberg
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=20020718010430.GG8656@codesourcery.com \
--to=zack@codesourcery.com \
--cc=gcc-patches@gcc.gnu.org \
--cc=graham.stott@btinternet.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).