[Bug c++/71458] ICE with -fsanitize=bounds

2016-06-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71458 --- Comment #2 from Martin Liška --- Minimal test-case: enum {} a[0]; void fn1(int); void fn2() { fn1(a[-1]); } Minimal command line arguments: g++ pr.ii -fsanitize=bounds -fcheck-pointer-bounds -mmpx I've got a patch that fixes that, will se

[Bug c++/71458] ICE with -fsanitize=bounds

2016-06-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71458 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|