On Thu, Mar 01, 2018 at 12:37:51PM +0100, Martin Liška wrote:
> Hi.
>
> This is a bit forgotten patch. It handles volatile arguments, which should
> not be attempted copied into a function local variable.
>
> Patch can bootstrap on ppc64le-redhat-linux and survives regression tests.
>
> Ready to be installed?
> Martin
>
> gcc/ChangeLog:
>
> 2017-10-11 Martin Liska <[email protected]>
>
> PR sanitizer/82484
> * sanopt.c (sanitize_rewrite_addressable_params): Do not handle
> volatile arguments.
>
> gcc/testsuite/ChangeLog:
>
> 2017-10-11 Martin Liska <[email protected]>
>
> PR sanitizer/82484
> * gcc.dg/asan/pr82484.c: New test.
Ok, thanks.
Jakub