From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EB9B238582A1; Tue, 20 Dec 2022 13:04:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EB9B238582A1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671541499; bh=oJj26rqUOXN717lj0OnbqGD3P9yRB3DW6jtehBL+hjI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HLXpxS9AvBYwr+F2JBb1PgARalz/Cy6di78EpIw44PwDZjpuPYSfUQ5Jk8LrKVElz Ay9ZSBlyZ2O9aYRcIdIy+l3sEKvl6rt5kFn5mipYPMP1WgQqi4el3s9YqtvXvSopvi kvokk9zINYZJhr7QoZoY5gCmHNZ8SK2DuuoyWroA= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/80899] [10/11/12/13 Regression] Devirtualization causes incorrect code generation with placement new in some cases Date: Tue, 20 Dec 2022 13:04:58 +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: 7.0 X-Bugzilla-Keywords: needs-bisection, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: hubicka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords cf_known_to_work cc 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=3D80899 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-bisection Known to work| |7.3.0, 8.1.0 CC| |marxin at gcc dot gnu.org --- Comment #17 from Richard Biener --- I can reproduce with GCC 7.2.0 but not with GCC 7.3.0 or later. Was this consciously fixed?=