On Wed, Nov 08, 2017 at 08:07:42AM +0100, Martin Liška wrote:
> Hello.
>
> Quite simple patch that ignores IFN_ASAN_CHECK call that is introduced in
> gimplifier.
> Patch can bootstrap on ppc64le-redhat-linux and survives regression tests.
>
> Ready to be installed?
> Martin
>
> gcc/ChangeLog:
>
> 2017-11-07 Martin Liska <[email protected]>
>
> PR sanitizer/82792
> * gimplify.c (expand_FALLTHROUGH_r): Skip IFN_ASAN_MARK.
>
> gcc/testsuite/ChangeLog:
>
> 2017-11-07 Martin Liska <[email protected]>
>
> PR sanitizer/82792
> * g++.dg/asan/pr82792.C: New test.
Ok, thanks.
Jakub