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

--- Comment #22 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>:

https://gcc.gnu.org/g:134ef2a8cac1a5cc718739bd7d3b3472947c80d6

commit r14-9590-g134ef2a8cac1a5cc718739bd7d3b3472947c80d6
Author: Richard Biener <rguent...@suse.de>
Date:   Thu Mar 21 08:30:39 2024 +0100

    tree-optimization/111736 - avoid address sanitizing of __seg_gs

    The following more thoroughly avoids address sanitizing accesses
    to non-generic address-spaces.

            PR tree-optimization/111736
            * asan.cc (instrument_derefs): Do not instrument accesses
            to non-generic address-spaces.

            * gcc.target/i386/pr111736.c: New testcase.

Reply via email to