https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100619
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-11 branch has been updated by Martin Sebor <mse...@gcc.gnu.org>: https://gcc.gnu.org/g:933885db3872cc58dc36498aa1b8e8f15484e008 commit r11-8602-g933885db3872cc58dc36498aa1b8e8f15484e008 Author: Martin Sebor <mse...@redhat.com> Date: Thu Jun 17 11:42:10 2021 -0600 Backported from trunk: PR c/100619 - ICE on a VLA parameter with too many dimensions gcc/c-family/ChangeLog: PR c/100619 * c-attribs.c (build_attr_access_from_parms): Handle arbitrarily many bounds. gcc/testsuite/ChangeLog: PR c/100619 * gcc.dg/pr100619.c: New test.