]> gcc.gnu.org Git - gcc.git/commitdiff
re PR c/79847 (diagnostics: missing space in "implicit declaration of function")
authorMarek Polacek <polacek@redhat.com>
Sat, 4 Mar 2017 11:04:50 +0000 (11:04 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Sat, 4 Mar 2017 11:04:50 +0000 (11:04 +0000)
PR c/79847
* c-decl.c (implicit_decl_warning): Add missing space.

From-SVN: r245893

gcc/c/ChangeLog
gcc/c/c-decl.c

index 8ff0ccc1b690b5448828de6e6786fdfe0486c358..e639e6bb785be963676452d11af80fa2625236bc 100644 (file)
@@ -1,3 +1,8 @@
+2017-03-04  Marek Polacek  <polacek@redhat.com>
+
+       PR c/79847
+       * c-decl.c (implicit_decl_warning): Add missing space.
+
 2017-03-03  Marek Polacek  <polacek@redhat.com>
 
        PR c/79758
index f46ca11b9ab165ffad7885377f8fb5fe5f715916..645304a7e47ce558a787ac817d35225367dfc0ae 100644 (file)
@@ -3147,7 +3147,7 @@ implicit_decl_warning (location_t loc, tree id, tree olddecl)
            richloc.add_fixit_replace (hint);
            warned = warning_at_rich_loc
              (&richloc, OPT_Wimplicit_function_declaration,
-              G_("implicit declaration of function %qE;did you mean %qs?"),
+              G_("implicit declaration of function %qE; did you mean %qs?"),
               id, hint);
          }
        else
This page took 0.077319 seconds and 5 git commands to generate.