https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97463
--- 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:7991e963239160624b22a12caaacce95d3667e49 commit r11-4326-g7991e963239160624b22a12caaacce95d3667e49 Author: Martin Sebor <mse...@redhat.com> Date: Fri Oct 23 12:30:20 2020 -0600 PR c/97463 - ICE in warn_parm_ptrarray_mismatch on an incompatible function redeclaration gcc/c-family/ChangeLog: PR c/97463 * c-warn.c (warn_parm_ptrarray_mismatch): Move null test earlier. gcc/testsuite/ChangeLog: PR c/97463 * gcc.dg/pr97463.c: New test.