]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR sanitizer/63913
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Nov 2014 09:27:30 +0000 (09:27 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Nov 2014 09:27:30 +0000 (09:27 +0000)
commit0a7764e7d876b2a96e2d88a2fc8cba05018ebd69
tree532cc91f7e101e19ad224580a7f49ac2a319bc88
parent75ad69636fc08f7a861d94b0d9722fbbbcffebfc
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217755 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ubsan/pr63913.C [new file with mode: 0644]
gcc/ubsan.c