Re: [PATCH][OBVIOUS] Fix wrong usage of dump_printf_loc (PR tree-optimization/90416).

2019-05-13 Thread Martin Liška
On 5/13/19 1:19 PM, Richard Sandiford wrote: > Martin Liška writes: >> Hi. >> >> dump_printf_loc is a variadic function and the usafe in tree-vect-stmts.c >> is wrongly passing 2nd part of the string format as a first variadic >> argument. >> That's why I saw such a strange crashes. >> >> I'm goi

Re: [PATCH][OBVIOUS] Fix wrong usage of dump_printf_loc (PR tree-optimization/90416).

2019-05-13 Thread Richard Sandiford
Martin Liška writes: > Hi. > > dump_printf_loc is a variadic function and the usafe in tree-vect-stmts.c > is wrongly passing 2nd part of the string format as a first variadic argument. > That's why I saw such a strange crashes. > > I'm going to install the patch as soon as it finishes tests. Goo

[PATCH][OBVIOUS] Fix wrong usage of dump_printf_loc (PR tree-optimization/90416).

2019-05-13 Thread Martin Liška
Hi. dump_printf_loc is a variadic function and the usafe in tree-vect-stmts.c is wrongly passing 2nd part of the string format as a first variadic argument. That's why I saw such a strange crashes. I'm going to install the patch as soon as it finishes tests. Thanks, Martin gcc/ChangeLog: 2019-