Add missing space to diagnostic in reshape_init_r.

* decl.c (reshape_init_r): Add missing space.

From-SVN: r277419
This commit is contained in:
Marek Polacek 2019-10-24 17:22:27 +00:00 committed by Marek Polacek
parent bdf1426df7
commit 1c95aee0a3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2019-10-24 Marek Polacek <polacek@redhat.com>
* decl.c (reshape_init_r): Add missing space.
2019-10-24 Nathan Sidwell <nathan@acm.org>
* pt.c (reduce_template_parm_level): Attach the new TPI to the new

View File

@ -6239,7 +6239,7 @@ reshape_init_r (tree type, reshape_iter *d, bool first_initializer_p,
(CONSTRUCTOR_ELT (stripped_init,0)->value))))
{
if (complain & tf_error)
error ("too many braces around scalar initializer"
error ("too many braces around scalar initializer "
"for type %qT", type);
init = error_mark_node;
}