Re: [PATCH] Fix typo done in MPX removal (PR tree-optimization/86089).

2018-06-11 Thread Jakub Jelinek
On Mon, Jun 11, 2018 at 09:05:26AM +0200, Martin Liška wrote: > Hi. > > This is typo I did when MPX was removed. I'm moving back hunk with > BUILT_IN_STPCPY_CHK. > > Ready after testing? > Martin > > gcc/ChangeLog: > > 2018-06-11 Martin Liska > > PR tree-optimization/86089 >

[PATCH] Fix typo done in MPX removal (PR tree-optimization/86089).

2018-06-11 Thread Martin Liška
Hi. This is typo I did when MPX was removed. I'm moving back hunk with BUILT_IN_STPCPY_CHK. Ready after testing? Martin gcc/ChangeLog: 2018-06-11 Martin Liska PR tree-optimization/86089 * tree-ssa-strlen.c (get_string_length): Move back removed hunk. gcc/testsuite/ChangeLo