https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108991
--- Comment #1 from CVS 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:73bbfd5970ba3b7a5bcb3f7043d93fec89ccb991 commit r13-6428-g73bbfd5970ba3b7a5bcb3f7043d93fec89ccb991 Author: Jakub Jelinek <ja...@redhat.com> Date: Fri Mar 3 00:50:10 2023 +0100 testsuite: Fix up memchr-3.c test [PR108991] The newly added dg-warning directive was missing the comment argument, so the target selector was treated as comment and the warning was expected on all targets when it should be expected only on llp64 targets. 2023-03-03 Jakub Jelinek <ja...@redhat.com> PR testsuite/108991 * gcc.dg/memchr-3.c: Add missing comment argument to dg-warning before target selector.