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 <domi...@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