Commit 1c95aee0 by Marek Polacek Committed by Marek Polacek

Add missing space to diagnostic in reshape_init_r.

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

From-SVN: r277419
parent bdf1426d
2019-10-24 Marek Polacek <polacek@redhat.com>
* decl.c (reshape_init_r): Add missing space.
2019-10-24 Nathan Sidwell <nathan@acm.org> 2019-10-24 Nathan Sidwell <nathan@acm.org>
* pt.c (reduce_template_parm_level): Attach the new TPI to the new * pt.c (reduce_template_parm_level): Attach the new TPI to the new
......
...@@ -6239,7 +6239,7 @@ reshape_init_r (tree type, reshape_iter *d, bool first_initializer_p, ...@@ -6239,7 +6239,7 @@ reshape_init_r (tree type, reshape_iter *d, bool first_initializer_p,
(CONSTRUCTOR_ELT (stripped_init,0)->value)))) (CONSTRUCTOR_ELT (stripped_init,0)->value))))
{ {
if (complain & tf_error) if (complain & tf_error)
error ("too many braces around scalar initializer" error ("too many braces around scalar initializer "
"for type %qT", type); "for type %qT", type);
init = error_mark_node; init = error_mark_node;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment