public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: "Dominique d'Humières" <dominiq@lps.ens.fr>
Cc: gcc-patches <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH] PR68271 [6 Regression] Boostrap fails on x86_64-apple-darwin14 at r230084
Date: Wed, 11 Nov 2015 14:19:00 -0000	[thread overview]
Message-ID: <20151111141902.GH5675@tucnak.redhat.com> (raw)
In-Reply-To: <7FDDBC10-24BC-46D6-B497-E5D72091A852@lps.ens.fr>

On Wed, Nov 11, 2015 at 03:10:37PM +0100, Dominique d'Humières wrote:
> Is the following OK?
> 
> Index: gcc/ChangeLog
> ===================================================================
> --- gcc/ChangeLog	(revision 230162)
> +++ gcc/ChangeLog	(working copy)
> @@ -1,3 +1,10 @@
> +2015-11-11  Dominique d'Humieres <dominiq@lps.ens.fr>
> +
> +	PR  bootstrap/68271
> +	* cp/parser.h (cp_token): Update pragma_kind to 8.
> +	* c-family/c-pragma.c (c_register_pragma_1): Update the gcc_assert
> +	to 256.
> +

The ChangeLog entry is not.  Only one space after PR, two spaces before <
and both cp and c-family subdirectories have their own ChangeLog entries,
so you need
	PR bootstrap/68271
	* parser.h (cp_token): Update pragma_kind to 8.
in cp/ChangeLog and
	PR bootstrap/68271
	* c-pragma.c (c_register_pragma_1): Update the gcc_assert to 256.
in c-family/ChangeLog.

Ok with those changes.

	Jakub

      reply	other threads:[~2015-11-11 14:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-11 13:11 Dominique d'Humières
2015-11-11 13:14 ` Jakub Jelinek
2015-11-11 14:10   ` Dominique d'Humières
2015-11-11 14:19     ` Jakub Jelinek [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=20151111141902.GH5675@tucnak.redhat.com \
    --to=jakub@redhat.com \
    --cc=dominiq@lps.ens.fr \
    --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).