https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119783
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by David Malcolm <dmalc...@gcc.gnu.org>: https://gcc.gnu.org/g:f622df9af2e7c1da35cf0c9b895dacc1fa75107a commit r16-3172-gf622df9af2e7c1da35cf0c9b895dacc1fa75107a Author: David Malcolm <dmalc...@redhat.com> Date: Tue Aug 12 21:46:41 2025 -0400 testsuite: fix jit.dg/test-error-impossible-must-tail-call.c [PR119783] I added this test back in r7-934-g15c671a79ca66d, but it looks like r15-2125-g81824596361cf4 changed the error message. gcc/testsuite/ChangeLog: PR testsuite/119783 jit.dg/test-error-impossible-must-tail-call.c * jit.dg/test-error-impossible-must-tail-call.c (verify_code): Check that we get a suitable-looking error message, but don't try to specify exactly what the message is. Signed-off-by: David Malcolm <dmalc...@redhat.com>