From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7ACC13858425; Fri, 1 Sep 2023 19:01:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7ACC13858425 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1693594870; bh=mInznXM/PXv2bZrt9+8pmG2EQyFJRv28M5XAj9kW95c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NS8LdebO58XU/bL5t2YVA2u5b51NGVzbXJTjc3m9MMwTeqgoePjIvOr9dwvlNXd7e w92jdgV2MEukVek+b8V0okV+RNXdTg2kfRRn7Y58iD+F7WCsr7HSmsndYre3ntH8cx 7peVgGBRMcs3pW4VLBjOa4u8pba3OhyOuZniAfoQ= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/111264] [14 regression] gcc.dg/plugin/analyzer_cpython_plugin.c breaks after r14-3580-g597b9ec69bca8a Date: Fri, 01 Sep 2023 19:01:10 +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: 14.0 X-Bugzilla-Keywords: testsuite-fail 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: hp at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111264 --- Comment #6 from CVS Commits --- The master branch has been updated by Hans-Peter Nilsson : https://gcc.gnu.org/g:d3dd69706af4c086cb3385ff1f321887b91f49fb commit r14-3631-gd3dd69706af4c086cb3385ff1f321887b91f49fb Author: Hans-Peter Nilsson Date: Fri Sep 1 04:36:03 2023 +0200 testsuite: Fix analyzer_cpython_plugin.c declarations, PR testsuite/111= 264 Also, add missing newline at end of file. PR testsuite/111264 * gcc.dg/plugin/analyzer_cpython_plugin.c: Make declarations C++11-compatible.=