From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9D5F63858D35; Mon, 8 May 2023 13:34:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9D5F63858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683552883; bh=ZxD5u89Z1Av1lyFbEGEU1Rgglxg/461b9JeBcWYNWWA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mgPKeUdv3UaOAl7fRC6LcFQfdZ3d84MgXt5io3uvFUaHdaqjQi6HLDy253+rBcYOb t2T5ymktukpA3fzCg8xNfbKknU+va+5EP6zVlJhLjDFnRi3wJUaLq93vvQ9R2fWgON ogoCByTPD/P0sHgWBGYPk/8lKRL5DhQFAdoFFH+k= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/109770] wrong(?) devirtualization Date: Mon, 08 May 2023 13:34:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D109770 --- Comment #2 from Richard Biener --- A less questionable case would may be if A were derived from B instead of o= nly a common base?=