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 #5 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Thu Mar  9 10:04:50 2017
New Revision: 245997

URL: https://gcc.gnu.org/viewcvs?rev=245997&root=gcc&view=rev
Log:
Disable -fcheck-pointer-bounds with sanitizers.

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

        PR target/65705
        PR target/69804
        * toplev.c (process_options): Disable -fcheck-pointer-bounds with
        sanitizers.
2017-03-09  Martin Liska  <mliska@suse.cz>

        PR target/65705
        PR target/69804
        * gcc.target/i386/pr71458.c: Update scanned pattern.

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

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