From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 095953840C07; Sat, 9 May 2020 18:29:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 095953840C07 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1589048957; bh=EmWKeomGBD7IpxzN0+TPFRuDL8Kyh/EFytgoRGedRAI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pOgqzqEhfNVve35Y6JTv/cTy1ATb7PbKwWE29zBMSYvJS8/zQp+cpDC3M4hLpLpyC bembJOyp3DCpG9TjaRNx3PxGnzxuV3W6xSwbnmVnIUx+t/ZcHKuQ08FoJEY6MxpKQN eRCajijMcBUHZn9O5LZ0pxXAqInQhtIzeslNFoyU= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/95008] [11 regression] excess errors in gcc.dg/analyzer/pr93382.c and gcc.dg/two-types-6.c after r11-169 Date: Sat, 09 May 2020 18:29:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2020 18:29:17 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95008 --- Comment #3 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:8415ced06ed9690dfbce8b8b5f2f4f98f15598b6 commit r11-236-g8415ced06ed9690dfbce8b8b5f2f4f98f15598b6 Author: Jakub Jelinek 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 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 diagnos= tic message.=