From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 53E01384CB85; Mon, 4 Dec 2023 22:15:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 53E01384CB85 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701728141; bh=++f6AVmKd6bg6FBTNeLqOBHEPKFbLWxytl6ZxgSHA9M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=c0f6jqhPkEZso5LNM9eNfxMLgAfFAK8mWLSm2aHvuAPHZreCpI/cOl8HN3xWKpuO+ IZVX1aZ9IcDEJoGirMEGbZh550pTyq5cIlKu31kFcLTUfR8wSE4kwxlq/OJiEkL4tP mYvbC4EqpWgg/O0El+OCFQgzTGmxwL3DEM/bmoPU= 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, 04 Dec 2023 22:15:40 +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: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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 ---------------------------------------------------------------------------- Summary|[12/13/14 Regression] ICE: |[12/13 Regression] ICE: |finish_expr_stmt with |finish_expr_stmt with |casting an temp array to |casting an temp array to |pointer and constructor |pointer and constructor |call |call --- Comment #6 from Patrick Palka --- GCC trunk accepts (and correctly compiles) the testcase after the r14-5941 = fix for PR94264.=