This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/65705] ICE: SIGSEGV in contains_struct_check with -fsanitize=null -fcheck-pointer-bounds


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

--- Comment #7 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Fri Mar 10 13:24:45 2017
New Revision: 246027

URL: https://gcc.gnu.org/viewcvs?rev=246027&root=gcc&view=rev
Log:
MPX: Fix option handling.

2017-03-10  Martin Liska  <mliska@suse.cz>

        PR target/65705
        PR target/69804
        * toplev.c (process_options): Enable MPX with LSAN and UBSAN.
        * tree-chkp.c (chkp_walk_pointer_assignments): Verify that
        FIELD != NULL.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/gcc.target/i386/pr71458.c
    trunk/gcc/toplev.c
    trunk/gcc/tree-chkp.c

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]