https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106120
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Hans-Peter Nilsson <h...@gcc.gnu.org>: https://gcc.gnu.org/g:c47f76c16bf7b3108e762d4b8b16fbb0c9c75187 commit r13-5765-gc47f76c16bf7b3108e762d4b8b16fbb0c9c75187 Author: Hans-Peter Nilsson <h...@axis.com> Date: Tue Feb 7 17:28:50 2023 +0100 testsuite: XFAIL bogus g++.dg/warn/Wstringop-overflow-4.C:144, PR106120 There was a commit r13-2082-gbf13a13c65bd06 "c++: remove some xfails" (not referencing the PR) that dealt with part of the PR, but didn't xfail the ilp32-specific (bogus) warning mentioned in the PR. PR testsuite/106120 * g++.dg/warn/Wstringop-overflow-4.C:144 XFAIL bogus warning for ilp32 targets with c++98.