https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93437
--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Sam James <sja...@gcc.gnu.org>: https://gcc.gnu.org/g:06b7549a762e6ed08ae919e7b9befa2ee7fb9b4b commit r15-8955-g06b7549a762e6ed08ae919e7b9befa2ee7fb9b4b Author: Sam James <s...@gentoo.org> Date: Thu Oct 31 02:52:41 2024 +0000 testsuite: fix dg-bogus typo The dg-bogus directive here is trying to match -Warray-bounds or -Wstringop-overflow, but it got the casing wrong on the latter. gcc.dg/pr89350.c gets this right. gcc/testsuite/ChangeLog: PR middle-end/93437 * g++.dg/warn/Wstringop-overflow-5.C: Fix -Wstringop-overflow casing.