From: paolo Date: Mon, 13 Jun 2016 07:28:33 +0000 (+0000) Subject: 2016-06-13 Paolo Carlini X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0091649420baa22dd8800bffb140605af6fb0e90;p=thirdparty%2Fgcc.git 2016-06-13 Paolo Carlini * decl.c (grokdeclarator): Fix typo in pedwarn text. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@237354 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 53d55d3b3a62..2b17452d8122 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2016-06-13 Paolo Carlini + + * decl.c (grokdeclarator): Fix typo in pedwarn text. + 2016-06-10 Thomas Schwinge PR c/71381 diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index ca36171d4f5b..415689f535fd 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -11365,7 +11365,7 @@ grokdeclarator (const cp_declarator *declarator, { if (storage_class == sc_static) pedwarn (input_location, OPT_Wpedantic, - "% specified invalid for function %qs " + "% specifier invalid for function %qs " "declared out of global scope", name); else pedwarn (input_location, OPT_Wpedantic,