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 sanitizer/71458] ICE with -fsanitize=bounds


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

--- Comment #4 from Martin LiÅka <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Mon Jun 13 07:17:16 2016
New Revision: 237353

URL: https://gcc.gnu.org/viewcvs?rev=237353&root=gcc&view=rev
Log:
Do not enable -fcheck-pointer-bounds w/ -fsanitize=bounds

        PR sanitizer/71458
        * toplev.c (process_options): Do not enable -fcheck-pointer-bounds
        w/ -fsanitize=bounds.
        * gcc.target/i386/pr71458.c: New test.

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

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