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/63913] [5 Regression] ICE: verify_gimple failed: statement marked for throw, but doesn't with -fnon-call-exceptions -fsanitize=bool


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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Nov 19 09:27:30 2014
New Revision: 217755

URL: https://gcc.gnu.org/viewcvs?rev=217755&root=gcc&view=rev
Log:
    PR sanitizer/63913
    * ubsan.c: Include tree-eh.h.
    (instrument_bool_enum_load): Handle loads that can throw.

    * g++.dg/ubsan/pr63913.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/ubsan/pr63913.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/ubsan.c


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