X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=gcc%2Fc%2FChangeLog;h=5859f5bbb9203ca833b66b2907388fbfda1de3da;hb=2f6d557ff82876432be76b1892c6c3783c0095f4;hp=b59be5e062ab9ace17e566921506f9b685877d12;hpb=5aa8571a29c5332ef2d7ddaaee5820e6f6693518;p=thirdparty%2Fgcc.git diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index b59be5e062ab..5859f5bbb920 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,9 @@ +2019-03-11 Martin Liska + + * c-decl.c (check_for_loop_decls): Wrap an option name + in a string format message and fix GNU coding style. + * c-parser.c (c_parser_declspecs): Likewise. + 2019-03-08 Jakub Jelinek PR tree-optimization/89550