]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c/84910 (typo: "%qs follows inline declaration ")
authorJakub Jelinek <jakub@redhat.com>
Fri, 16 Mar 2018 20:11:40 +0000 (21:11 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 16 Mar 2018 20:11:40 +0000 (21:11 +0100)
commit63ecb626d69524c70858af5f17f4c03b5c4707c7
tree8409e3c764dd5587e5a851b5e9c22e18e155e851
parent299ab1b2a13bc34d8dd205a4762e81e627b8ba1f
re PR c/84910 (typo: "%qs follows inline declaration ")

PR c/84910
* c-warn.c (diagnose_mismatched_attributes): Remove trailing space from
diagnostics.

* parser.c (cp_parser_lambda_introducer): Remove trailing space from
diagnostics.
* method.c (synthesize_method): Likewise.
* pt.c (convert_nontype_argument): Likewise.

From-SVN: r258608
gcc/c-family/ChangeLog
gcc/c-family/c-warn.c
gcc/cp/ChangeLog
gcc/cp/method.c
gcc/cp/parser.c
gcc/cp/pt.c