https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120954
--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-15 branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:bd817e6c6de038e82ff7d278ae52345313b22d7f commit r15-9958-gbd817e6c6de038e82ff7d278ae52345313b22d7f 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. (cherry picked from commit 9eea49825ebb607f4b67de48c9cba1f85e005932)