https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89149
Halalaluyafail3 <luigighiron at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |luigighiron at gmail dot com
--- Comment #7 from Halalaluyafail3 <luigighiron at gmail dot com> ---
Here is a simpler example of where an out of bounds access is not diagnosed:
static_assert((""[42],1));
