From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 616AE3858D28; Thu, 26 Jan 2023 12:25:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 616AE3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674735942; bh=W89gCc8NuFyxqUWu/nRFXyXt0JMf1ItWXmAO2Ad1V58=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PKlK5j2wSAK8sV6h4UBJMzUd5Hf6ozoL5b7Tn3PKVLXjS/Ze9knZdtyU5TR29Pm34 sVzfNkI0Ls83dWVzc3vFvTxHO0GiHV6tlN5hv5jZ9xOZtKmd8YNZxgYwsSM1/cDbNo racEkJKNPHVwYk99M0YlCvmUdsEqdH9i7evQtobw= From: "redi 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 12:25:42 +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: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed cf_known_to_fail keywords short_desc cf_known_to_work target_milestone cf_reconfirmed_on bug_status 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=3D108559 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Known to fail| |13.0 Keywords| |ice-on-valid-code Summary|A new crash with using a |[13 Regression] A new crash |simple class, inheritance |with using a simple class, |and a function |inheritance and a function Known to work| |12.2.0 Target Milestone|--- |13.0 Last reconfirmed| |2023-01-26 Status|UNCONFIRMED |NEW CC| |jason at gcc dot gnu.org --- Comment #1 from Jonathan Wakely --- Confirmed, started with r13-3175 c++: track whether we expect a TARGET_EXPR to be elided=