[Bug sanitizer/59415] ICE segfault in verify_bb_vtables for g++ -S -fvtable-verify=std -fsanitize=null
burnus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Dec 7 00:55:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59415
--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> ---
It fails in
575 verify_bb_vtables (basic_block bb)
...
589 if (gimple_code (stmt) == GIMPLE_CALL)
590 {
591 tree fncall = gimple_call_fn (stmt);
592 if (TREE_CODE (fncall) == OBJ_TYPE_REF)
There, one has:
(gdb) p debug_bb(bb)
<bb 2>:
UBSAN_NULL (this_1(D), 3);
_2 = this_1(D)->_M_dataplus._M_p;
More information about the Gcc-bugs
mailing list