]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: fix dg-bogus typo
authorSam James <sam@gentoo.org>
Thu, 31 Oct 2024 02:52:41 +0000 (02:52 +0000)
committerSam James <sam@gentoo.org>
Thu, 27 Mar 2025 00:42:57 +0000 (00:42 +0000)
commit06b7549a762e6ed08ae919e7b9befa2ee7fb9b4b
tree8d6edf0346812c6a16e2c7e628ce59932dfe5978
parentfed26e59d6771004a0649a98b1a16fa28a9bb1bd
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.
gcc/testsuite/g++.dg/warn/Wstringop-overflow-5.C