https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95051

--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:ac627eb4162d31aa4d009c3c9a8da7dfd6cc34e0

commit r11-335-gac627eb4162d31aa4d009c3c9a8da7dfd6cc34e0
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Tue May 12 21:21:30 2020 +0200

    testsuite: Fix up gcc.dg/asan/pr95051.c testcase [PR95051]

    asan.exp adds -fsanitize=address which is incompatible with
-fsanitize=kernel-address,
    so we need to disable it first.

    2020-05-12  Jakub Jelinek  <ja...@redhat.com>

            PR sanitizer/95051
            * gcc.dg/asan/pr95051.c: Add -fno-sanitize=all to dg-options.

Reply via email to