From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EF4973849ADD; Mon, 13 May 2024 16:26:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EF4973849ADD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715617562; bh=M+P1LN1r6PNj6+AzqALlfZ3KbFRs4fqb4olMpZUmE8Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YObUtEroMFQiNxL+h0+B1vSSWFDpmCL7/DuNoOleCb05eVXP3MWTazAqA3EBc5hgj g4OMOR6vYiRhkqp3L6DS1CAUoOFrXOLDWKJSEe9h+dLoMNKVmjWeu8Aap2uwRieDUj DJPbccyFECgROXJ+B09xZIBaoirBTEE0JYtMcK78= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/112658] [12/13 Regression] ICE: finish_expr_stmt with casting an temp array to pointer and constructor call Date: Mon, 13 May 2024 16:26:01 +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.2.1 X-Bugzilla-Keywords: ice-on-valid-code, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution target_milestone bug_status 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=3D112658 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Target Milestone|12.4 |14.0 Status|ASSIGNED |RESOLVED --- Comment #9 from Patrick Palka --- Not backporting any of these fixes since this never properly worked -- it w= as either wrong-code, rejects-valid or (most recently) ice-on-valid -- and so = not really a regression.=