From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F0D383858D38; Thu, 26 Jan 2023 16:31:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F0D383858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674750714; bh=nRP4LkkHwa8zzcwUZLDtoAzV31cDYMyPdZxpYU5gTXk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=l2OEx1SKOVAbYNOzH+yJTI5wxtT5yW4ZCUEpohh+GRA8qcfcHy1JjDcbr+fzW4VPQ E8soxgSsPhQl45sgPvVQJoI0/0UO6PEMKe7Bh2HpjQcR/t+R+uhTc2/Wt2RaIUCdQk Xf1uy9JiKQlycWb9xVqXWRTJeKqwHSDfJLedmREA= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108559] [13 Regression] A new crash with using a simple class, inheritance and a function Date: Thu, 26 Jan 2023 16:31:54 +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: 13.0 X-Bugzilla-Keywords: ABI, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.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=3D108559 --- Comment #2 from Andrew Pinski --- This might be related to C++ core issue cwg2403: https://wg21.link/cwg2403=