* cprop.c (cprop_jump): Add missing space in string literal.
* tree-ssa-structalias.c (rewrite_constraints): Likewise.
(get_constraint_for_component_ref): Likewise.
* df-core.c (df_worklist_dataflow_doublequeue): Likewise.
* tree-outof-ssa.c (insert_partition_copy_on_edge): Likewise.
* lra-constraints.c (process_alt_operands): Likewise.
* ipa-inline.c (inline_small_functions): Likewise.
* tree-ssa-sccvn.c (visit_reference_op_store): Likewise.
* cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
* trans-mem.c (diagnose_tm_1_op): Likewise.
* omp-grid.c (grid_find_single_omp_among_assignments): Likewise.
(grid_parallel_clauses_gridifiable): Likewise.
c/
* c-parser.c (c_parser_oacc_declare): Add missing space in
diagnostics.
fortran/
* trans-expr.c (gfc_conv_substring): Add missing space in diagnostics.
From-SVN: r245409
2017-02-13 Jakub Jelinek <jakub@redhat.com>
+ * cprop.c (cprop_jump): Add missing space in string literal.
+ * tree-ssa-structalias.c (rewrite_constraints): Likewise.
+ (get_constraint_for_component_ref): Likewise.
+ * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
+ * tree-outof-ssa.c (insert_partition_copy_on_edge): Likewise.
+ * lra-constraints.c (process_alt_operands): Likewise.
+ * ipa-inline.c (inline_small_functions): Likewise.
+ * tree-ssa-sccvn.c (visit_reference_op_store): Likewise.
+ * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
+ * trans-mem.c (diagnose_tm_1_op): Likewise.
+ * omp-grid.c (grid_find_single_omp_among_assignments): Likewise.
+ (grid_parallel_clauses_gridifiable): Likewise.
+
* config/nvptx/mkoffload.c (process): Add space in between
, and %d.
+2017-02-13 Jakub Jelinek <jakub@redhat.com>
+
+ * c-parser.c (c_parser_oacc_declare): Add missing space in
+ diagnostics.
+
2017-02-13 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
PR c/79478
|| !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;
{
if (dump_file)
fprintf (dump_file,
- "Expanding speculative call of %s/%i -> %s/%i count:"
+ "Expanding speculative call of %s/%i -> %s/%i count: "
"%" PRId64"\n",
xstrdup_for_dump (e->caller->name ()),
e->caller->order,
if (dump_file != NULL)
{
fprintf (dump_file,
- "GLOBAL CONST-PROP: Replacing reg %d in jump_insn %d with"
+ "GLOBAL CONST-PROP: Replacing reg %d in jump_insn %d with "
"constant ", REGNO (from), INSN_UID (jump));
print_rtl (dump_file, src);
fprintf (dump_file, "\n");
/* Dump statistics. */
if (dump_file)
fprintf (dump_file, "df_worklist_dataflow_doublequeue:"
- "n_basic_blocks %d n_edges %d"
+ " n_basic_blocks %d n_edges %d"
" count %d (%5.2g)\n",
n_basic_blocks_for_fn (cfun), n_edges_for_fn (cfun),
dcount, dcount / (float)n_basic_blocks_for_fn (cfun));
+2017-02-13 Jakub Jelinek <jakub@redhat.com>
+
+ * trans-expr.c (gfc_conv_substring): Add missing space in diagnostics.
+
2017-02-12 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/65542
msg = xasprintf ("Substring out of bounds: lower bound (%%ld) of '%s' "
"is less than one", name);
else
- msg = xasprintf ("Substring out of bounds: lower bound (%%ld)"
+ msg = xasprintf ("Substring out of bounds: lower bound (%%ld) "
"is less than one");
gfc_trans_runtime_check (true, false, fault, &se->pre, where, msg,
fold_convert (long_integer_type_node,
if (dump_file)
{
fprintf (dump_file,
- " Inlined into %s which now has time %i and size %i,"
+ " Inlined into %s which now has time %i and size %i, "
"net change of %+i.\n",
edge->caller->name (),
inline_summaries->get (edge->caller)->time,
if (lra_dump_file != NULL)
fprintf
(lra_dump_file,
- " %d Matched conflict early clobber reloads:"
+ " %d Matched conflict early clobber reloads: "
"reject--\n",
i);
reject--;
if (!ret && dump_enabled_p ())
dump_printf_loc (MSG_MISSED_OPTIMIZATION, grid->target_loc,
GRID_MISSED_MSG_PREFIX "%s construct does not contain"
- "any other OpenMP construct\n", name);
+ " any other OpenMP construct\n", name);
return ret;
}
else
if (dump_enabled_p ())
{
dump_printf_loc (MSG_MISSED_OPTIMIZATION, tloc,
- GRID_MISSED_MSG_PREFIX "a reduction clause"
+ GRID_MISSED_MSG_PREFIX "a reduction clause "
"is present\n ");
dump_printf_loc (MSG_NOTE, gimple_location (par),
"Parallel construct has a reduction clause\n");
"invalid use of volatile lvalue inside transaction");
else if (d->func_flags & DIAG_TM_SAFE)
error_at (gimple_location (d->stmt),
- "invalid use of volatile lvalue inside %<transaction_safe%>"
+ "invalid use of volatile lvalue inside %<transaction_safe%> "
"function");
}
if (dump_file && (dump_flags & TDF_DETAILS))
{
fprintf (dump_file,
- "Inserting a partition copy on edge BB%d->BB%d :"
+ "Inserting a partition copy on edge BB%d->BB%d : "
"PART.%d = PART.%d",
e->src->index,
e->dest->index, dest, src);
number of the vuse it came from. */
if (dump_file && (dump_flags & TDF_DETAILS))
- fprintf (dump_file, "Store matched earlier value,"
+ fprintf (dump_file, "Store matched earlier value, "
"value numbering store vdefs to matching vuses.\n");
changed |= set_ssa_val_to (vdef, SSA_VAL (vuse));
if (dump_file && (dump_flags & TDF_DETAILS))
{
- fprintf (dump_file, "%s is a non-pointer variable,"
+ fprintf (dump_file, "%s is a non-pointer variable, "
"ignoring constraint:",
get_varinfo (lhs.var)->name);
dump_constraint (dump_file, c);
if (dump_file && (dump_flags & TDF_DETAILS))
{
- fprintf (dump_file, "%s is a non-pointer variable,"
+ fprintf (dump_file, "%s is a non-pointer variable, "
"ignoring constraint:",
get_varinfo (rhs.var)->name);
dump_constraint (dump_file, c);
else if (bitmaxsize == 0)
{
if (dump_file && (dump_flags & TDF_DETAILS))
- fprintf (dump_file, "Access to zero-sized part of variable,"
+ fprintf (dump_file, "Access to zero-sized part of variable, "
"ignoring\n");
}
else