+2019-10-24 Jakub Jelinek <jakub@redhat.com>
+
+ * config/arc/arc.c (hwloop_optimize): Add missing space in string
+ literal.
+ * config/rx/rx.c (rx_print_operand): Likewise.
+ * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
+ * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Likewise.
+ * ipa-sra.c (create_parameter_descriptors, process_scan_results):
+ Likewise.
+ * genemit.c (emit_c_code): Likewise.
+ * plugin.c (try_init_one_plugin): Likewise. Formatting fix.
+
2019-10-24 Jan Hubicka <hubicka@ucw.cz>
* symbols-summary.h (fast_function_summary<T *, V>::release,
return false;
}
if (dump_file)
- fprintf (dump_file, ";; loop %d has a control like last insn;"
+ fprintf (dump_file, ";; loop %d has a control like last insn; "
"add a nop\n",
loop->loop_no);
if (LABEL_P (last_insn))
{
if (dump_file)
- fprintf (dump_file, ";; loop %d has a label as last insn;"
+ fprintf (dump_file, ";; loop %d has a label as last insn; "
"add a nop\n",
loop->loop_no);
last_insn = emit_insn_after (gen_nopv (), last_insn);
if (entry_edge == NULL)
{
if (dump_file)
- fprintf (dump_file, ";; loop %d has no fallthru edge jumping"
+ fprintf (dump_file, ";; loop %d has no fallthru edge jumping "
"into the loop\n",
loop->loop_no);
return false;
case CTRLREG_INTB: fprintf (file, "intb"); break;
default:
warning (0, "unrecognized control register number: %d"
- "- using %<psw%>", (int) INTVAL (op));
+ " - using %<psw%>", (int) INTVAL (op));
fprintf (file, "psw");
break;
}
+2019-10-24 Jakub Jelinek <jakub@redhat.com>
+
+ * call.c (convert_arg_to_ellipsis): Add missing space in string
+ literal.
+
2019-10-24 Marek Polacek <polacek@redhat.com>
* decl.c (reshape_init_r): Add missing space.
&& TYPE_MODE (TREE_TYPE (prom)) != TYPE_MODE (arg_type)
&& (complain & tf_warning))
warning_at (loc, OPT_Wabi, "scoped enum %qT passed through %<...%>"
- "as %qT before %<-fabi-version=6%>, %qT after",
+ " as %qT before %<-fabi-version=6%>, %qT after",
arg_type,
TREE_TYPE (prom), ENUM_UNDERLYING_TYPE (arg_type));
if (!abi_version_at_least (6))
else
printf ("#define FAIL _Pragma (\"GCC error \\\"%s cannot FAIL\\\"\")"
" (void)0\n", name);
- printf ("#define DONE return (_val = get_insns (),"
+ printf ("#define DONE return (_val = get_insns (), "
"end_sequence (), _val)\n");
rtx_reader_ptr->print_md_ptr_loc (code);
&& TYPE_NONALIASED_COMPONENT (type))
{
if (dump_file && (dump_flags & TDF_DETAILS))
- fprintf (dump_file, " not a candidate, reference to a"
- "nonaliased component array\n");
+ fprintf (dump_file, " not a candidate, reference to "
+ "a nonaliased component array\n");
continue;
}
if (!is_gimple_reg (parm))
if (nonarg_acc_size > param_size_limit
|| (!desc->by_ref && nonarg_acc_size == param_size_limit))
{
- disqualify_split_candidate (desc, "Would result into a too big set of"
- "replacements.");
+ disqualify_split_candidate (desc, "Would result into a too big set "
+ "of replacements.");
}
else
{
if (dlsym (dl_handle, str_license) == NULL)
fatal_error (input_location,
"plugin %s is not licensed under a GPL-compatible license"
- "%s", plugin->full_name, dlerror ());
+ " %s", plugin->full_name, dlerror ());
- PTR_UNION_AS_VOID_PTR (plugin_init_union) =
- dlsym (dl_handle, str_plugin_init_func_name);
+ PTR_UNION_AS_VOID_PTR (plugin_init_union)
+ = dlsym (dl_handle, str_plugin_init_func_name);
plugin_init = PTR_UNION_AS_CAST_PTR (plugin_init_union);
if ((err = dlerror ()) != NULL)
if (dump_file && (dump_flags & TDF_DETAILS))
fprintf (dump_file,
" Not duplicating bb %i: condition based on non-IV loop"
- "variant.\n", header->index);
+ " variant.\n", header->index);
return false;
}
{
if (nested_in_vect_loop_p (loop, stmt_info))
return opt_result::failure_at (stmt_info->stmt,
- "not vectorized:"
+ "not vectorized: "
"not suitable for strided load %G",
stmt_info->stmt);
STMT_VINFO_STRIDED_P (stmt_info) = true;