From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9CB953858D1E; Mon, 6 May 2024 18:58:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9CB953858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715021911; bh=jF3eS0RMCVYBOQhEP/c2b+Pe2+REYjpboZxHWsD4/kM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MTstqominoWfpKehLzgbpVM3DRmVZWIpjsP9zEWuk7+kIwcTiysi7X/wINxL9dHTX eP/WPqED+3eZZDmmJUFUjP/Hk6IBTZNhHqEU3HehAXeJznbhLUUhLNyNITpqOnE1GG ISY9BsLo0l2FB/14CsyQmYE7Ybr6vnAdj9WpDgds= From: "simartin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/103338] [11/12/13/14/15 Regression] ICE: in tsubst_pack_expansion with invalid template friend and packed expression Date: Mon, 06 May 2024 18:58:31 +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: 12.0 X-Bugzilla-Keywords: ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: simartin at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D103338 Simon Martin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #5 from Simon Martin --- The testcase ICEs with 13.2 (https://godbolt.org/z/vv54q97b3) but not trunk (https://godbolt.org/z/f7sK8nTqn). Will check if we need to add a new test case of it's already covered.=