On Mon, Apr 12, 2021 at 01:21:29PM +0200, Martin Liška wrote: > gcc/ChangeLog: > > PR sanitizer/99877 > * gimplify.c (gimplify_expr): Right now, we unpoison all > variables before a goto <dest>. We should not do it if we are > in a omp context. > > gcc/testsuite/ChangeLog: > > PR sanitizer/99877 > * g++.dg/asan/pr99877.C: New test.
Okay. Jakub