Re: [PATCH] Do not put gimple stmt on an abnormal edge (PR sanitizer/82545).

2017-10-17 Thread Jakub Jelinek
On Mon, Oct 16, 2017 at 10:15:04PM +0200, Martin Liška wrote: > Hi. > > As discussed with Jakub on IRC, we should not put ASAN reporting function > on critical edges. Can that potentially lead to a missed use-after-scope, > but I guess it's very rare. > > Patch can bootstrap on ppc64le-redhat-lin

[PATCH] Do not put gimple stmt on an abnormal edge (PR sanitizer/82545).

2017-10-16 Thread Martin Liška
Hi. As discussed with Jakub on IRC, we should not put ASAN reporting function on critical edges. Can that potentially lead to a missed use-after-scope, but I guess it's very rare. Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. Thanks, Martin gcc/ChangeLog: 2017-10-