* decl.c (reshape_init_r): Add missing space.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@277419
138bc75d-0d04-0410-961f-
82ee72b054a4
+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
(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;
}