From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CA5C8385840B; Mon, 7 Aug 2023 21:40:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CA5C8385840B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691444420; bh=NAGzPuLkbIj85svCV/R9pjRQZWhkVWkCM+p3vmPd9KU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=irDD7w0qaZoSONUu25m9cN54kx7NfiP+7t51NIbebTPWAfYyRimaf2XzwDGfCLqmr HHr7sdfB0yU0fAeUlq7+FauCpHmJ409Cv9z+jl8z4g03ucIqOp1I4+PGWZR2+PTjrm tWbmmZMsSCOPKxOe3/E9iCfF07tQOjghi9Qc3jBU= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110938] [11/12/13/14 Regression] miscompile if implicit special member is deleted and mutable Date: Mon, 07 Aug 2023 21:40:20 +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: unknown X-Bugzilla-Keywords: ABI, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 11.5 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=3D110938 --- Comment #2 from Andrew Pinski --- Note 4.8.5 (and before), seems to have the wrong ABI for non-mutable case t= oo.=