2017-02-13 Jakub Jelinek <jakub@redhat.com>
+ * init.c (warn_placement_new_too_small): Add missing space in
+ diagnostics.
+ * parser.c (cp_parser_oacc_declare): Likewise.
+ * mangle.c (maybe_check_abi_tags): Likewise.
+
PR c++/79232
* typeck.c (cp_build_modify_expr): Handle properly COMPOUND_EXPRs
on lhs that have {PRE{DEC,INC}REMENT,MODIFY,MIN,MAX,COND}_EXPR
exact_size ?
"placement new constructing an object of type %qT "
"and size %qwu in a region of type %qT and size %qwi"
- : "placement new constructing an object of type %qT"
+ : "placement new constructing an object of type %qT "
"and size %qwu in a region of type %qT and size "
"at most %qwu",
type, bytes_need, TREE_TYPE (oper),
for_decl, flag_abi_version, warn_abi_version);
else
warning_at (DECL_SOURCE_LOCATION (t), OPT_Wabi,
- "the mangled name of the initialization guard variable for"
- "%qD changes between -fabi-version=%d and -fabi-version=%d",
+ "the mangled name of the initialization guard variable "
+ "for %qD changes between -fabi-version=%d and "
+ "-fabi-version=%d",
t, flag_abi_version, warn_abi_version);
}
}
|| !DECL_EXTERNAL (decl)))
{
error_at (loc,
- "%qD must be a global variable in"
+ "%qD must be a global variable in "
"%<#pragma acc declare link%>",
decl);
error = true;