https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70875
--- Comment #5 from Marek Polacek <mpolacek at gcc dot gnu.org> --- Author: mpolacek Date: Fri May 6 10:54:12 2016 New Revision: 235959 URL: https://gcc.gnu.org/viewcvs?rev=235959&root=gcc&view=rev Log: PR sanitizer/70875 * ubsan.c (get_ubsan_type_info_for_type): Remove assert. * gcc.dg/ubsan/bounds-3.c: New test. Added: branches/gcc-6-branch/gcc/testsuite/gcc.dg/ubsan/bounds-3.c Modified: branches/gcc-6-branch/gcc/ChangeLog branches/gcc-6-branch/gcc/testsuite/ChangeLog branches/gcc-6-branch/gcc/ubsan.c