2019-05-13 Martin Liska <mliska@suse.cz>
PR tree-optimization/90416
* tree-vect-stmts.c (vect_check_load_store_mask): Concatenate
string instead of passing the second part as va_arg argument.
From-SVN: r271118
+2019-05-13 Martin Liska <mliska@suse.cz>
+
+ PR tree-optimization/90416
+ * tree-vect-stmts.c (vect_check_load_store_mask): Concatenate
+ string instead of passing the second part as va_arg argument.
+
2019-05-13 Martin Liska <mliska@suse.cz>
PR gcov-profile/90380
{
if (dump_enabled_p ())
dump_printf_loc (MSG_MISSED_OPTIMIZATION, vect_location,
- "vector mask type %T",
+ "vector mask type %T"
" does not match vector data type %T.\n",
mask_vectype, vectype);