From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BABFF3858C2D; Wed, 19 Oct 2022 05:55:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BABFF3858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666158926; bh=kEne2EWaR1DeE5qrFU8W6eHt059WuI1spTd3OpE4E94=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ep4gxj7uWoyigW42C8mtWdfQozcz/V+St61cxXZ+EzfX9awB237dIaOILQiHIZFrT 9/+v4dAWxnC6UKPW20D6hpBBGhJw0GUNeeoyATkGDjP1JxwIr8zXe6PMDzZCZcVQLC 9TdaW7kL+2OPPmzHnZ4/XsmiNNMDTteu4mTCjTO4= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106890] [10/11/12/13 Regression] virtual inheritance triggers compiler error when instatiating derived class with in-class initialization since r8-2709-g12659e10c7820071 Date: Wed, 19 Oct 2022 05:55:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority 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=3D106890 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P2=