Fix wrong usage of dump_printf_loc (PR tree-optimization/90416).
commit6db881be90d9b953ed48c69f6ecbdbb534d8d678
authorMartin Liska <mliska@suse.cz>
Mon, 13 May 2019 10:26:09 +0000 (13 12:26 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 13 May 2019 10:26:09 +0000 (13 10:26 +0000)
tree75da10df8ef7f22b4475d2304cd7e46cc0b82086
parent2e9ff3bbe24879ecd81d7f99d4b30eaa1cd1021b
Fix wrong usage of dump_printf_loc (PR tree-optimization/90416).

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
gcc/ChangeLog
gcc/tree-vect-stmts.c