From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 85FCA385B50B; Wed, 12 Jun 2024 03:29:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 85FCA385B50B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718162981; bh=/3rOlz3yBC2QjcdSpbHJuZy5VR+pZqbxtA+mhQID5s8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kBR9yTTNn2FSLzKeJ7d/kO3ZeVI6AB5w+UMiojpAZUPgyNcwn8Jrcwqnr0K1WLOor ej7Nnguxt8r+2fTPCvMVPehYS4m05eywA+SDG8lJn+HHJoSifYxOvGaUKe34O8AgeQ KKflI2x9fogS8a3p3C5sQRBkDkCcIgh/5cXGGG9A= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/115425] [13/14/15 regression] ICE: tree check: expected type_pack_expansion or expr_pack_expansion, have error_mark in tsubst_pack_expansion, at cp/pt.cc:13778 Date: Wed, 12 Jun 2024 03:29:41 +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: 15.0 X-Bugzilla-Keywords: ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D115425 Sam James changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|ICE: tree check: expected |[13/14/15 regression] ICE: |type_pack_expansion or |tree check: expected |expr_pack_expansion, have |type_pack_expansion or |error_mark in |expr_pack_expansion, have |tsubst_pack_expansion, at |error_mark in |cp/pt.cc:13778 |tsubst_pack_expansion, at | |cp/pt.cc:13778 --- Comment #2 from Sam James --- The ICE started in 13.=