Since r269045 we're missing a space in a diagnostic.
Bootstrapped/regtested on x86_64-linux, applying to trunk and 9.
2019-10-24 Marek Polacek
* decl.c (reshape_init_r): Add missing space.
--- gcc/cp/decl.c
+++ gcc/cp/decl.c
@@ -6239,7 +6239,7 @@ reshape_init_r (tree type, reshape_it
There should be a space after the semicolon.
Bootstrapped/regtested on x86_64-linux, applying to trunk.
2017-03-04 Marek Polacek
PR c/79847
* c-decl.c (implicit_decl_warning): Add missing space.
diff --git gcc/c/c-decl.c gcc/c/c-decl.c
index f46ca11..645304a 100644
--- gcc/c/