2016-06-13 Paolo Carlini <paolo.carlini@oracle.com>
* decl.c (grokdeclarator): Fix typo in pedwarn text.
From-SVN: r237354
+2016-06-13 Paolo Carlini <paolo.carlini@oracle.com>
+
+ * decl.c (grokdeclarator): Fix typo in pedwarn text.
+
2016-06-10 Thomas Schwinge <thomas@codesourcery.com>
PR c/71381
{
if (storage_class == sc_static)
pedwarn (input_location, OPT_Wpedantic,
- "%<static%> specified invalid for function %qs "
+ "%<static%> specifier invalid for function %qs "
"declared out of global scope", name);
else
pedwarn (input_location, OPT_Wpedantic,