From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 595963858D35; Wed, 26 Jul 2023 21:24:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 595963858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690406657; bh=JSPt/FSFKfzqH4CoMF9vnIUf5NzsLgdaNpdWnXuoxxE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=p0s9C6/2/FnwD0YHfFV09xzGpDlDn+N7qZrP2Y4uhygTxecuQHQ7GAyS6kYNoAIzq OAGumBJeKX3JN3ag58lXPqc24FQpw+bVfsMK2B+G40a0gjqWExUHcxXrImr7xDWdLc oGh9dHYkNd728O99veGdGzEiuPYWh4TnoAkR6oIg= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110566] [13 Regression] ICE when instantiating function template with template template parameter with 2 or more auto parameters with a dependent member template, ICE in tsubst, at cp/pt.cc:16135 Date: Wed, 26 Jul 2023 21:24:17 +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.1.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also keywords cc short_desc assigned_to 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=3D110566 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D108179 Keywords|patch | CC| |ppalka at gcc dot gnu.org Summary|[13/14 Regression] ICE when |[13 Regression] ICE when |instantiating function |instantiating function |template with template |template with template |template parameter with 2 |template parameter with 2 |or more auto parameters |or more auto parameters |with a dependent member |with a dependent member |template, ICE in tsubst, at |template, ICE in tsubst, at |cp/pt.cc:16135 |cp/pt.cc:16135 Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot g= nu.org --- Comment #5 from Patrick Palka --- Should be fixed on trunk so far.=