https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97955
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Martin Sebor <mse...@gcc.gnu.org>: https://gcc.gnu.org/g:211d68dda14d6b773ad648909ef9dd0d65ec2053 commit r11-5325-g211d68dda14d6b773ad648909ef9dd0d65ec2053 Author: Martin Sebor <mse...@redhat.com> Date: Tue Nov 24 15:23:57 2020 -0700 PR c/97955 - ICE in build_array_type_1 on invalid redeclaration of function with VLA parameter gcc/c-family/ChangeLog: * c-warn.c (warn_parm_array_mismatch): Avoid invalid redeclarations. gcc/testsuite/ChangeLog: * gcc.dg/pr97955.c: New test.