https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95008
--- Comment #3 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:8415ced06ed9690dfbce8b8b5f2f4f98f15598b6 commit r11-236-g8415ced06ed9690dfbce8b8b5f2f4f98f15598b6 Author: Jakub Jelinek <ja...@redhat.com> Date: Sat May 9 20:27:40 2020 +0200 testsuite: Fix up two testcases [PR95008] two-types-6.c never emitted the warning, even in 4.5/4.6, and pr93382.c doesn't have properly escaped parens, so doesn't check whether they are literally present in the message. 2020-05-09 Jakub Jelinek <ja...@redhat.com> PR testsuite/95008 * gcc.dg/two-types-6.c: Remove dg-warning directive that never triggered. * gcc.dg/analyzer/pr93382.c: Properly escape ()s in the diagnostic message.