https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120954
--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:9eea49825ebb607f4b67de48c9cba1f85e005932 commit r16-2198-g9eea49825ebb607f4b67de48c9cba1f85e005932 Author: Jakub Jelinek <ja...@redhat.com> Date: Fri Jul 11 13:43:58 2025 +0200 testsuite: Add testcase for already fixed PR [PR120954] This was a regression introduced by r16-1893 (and its backports) for C++, though for C it had false positive warning for years. Fixed by r16-2000 (and its backports). 2025-07-11 Jakub Jelinek <ja...@redhat.com> PR c++/120954 * c-c++-common/Warray-bounds-11.c: New test.