From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B203C3857738; Wed, 26 Jul 2023 21:47:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B203C3857738 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690408031; bh=jEOk+cY6ubE2uJ0NoeP2HdSZ3xQ1WEACi+bx17MesGE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DF3W3CpX00agc1BwuRaFCriMPYbKh64TDnAJfq1598fD+whkA2P6QnYAomsdRK+FN 8jHvoWTzlgsvECkrCyPgaqPY8Ryndquk8I6jjDz+fxMVZD57zQOqGScHfEvHEUFKJ9 CpkccDDmnNJSa+3ZUfgNLLq9ESLwlDXFnK25ixrA= From: "waffl3x at protonmail dot com" 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:47:11 +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: waffl3x at protonmail dot com 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: 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 --- Comment #6 from waffl3x --- (In reply to Patrick Palka from comment #5) > Should be fixed on trunk so far. Once it shows up on godbolt I will make sure that all the cases that exhibi= ted the bug are working for me now. I had a bunch of different combinations of typename and auto and anything with 2 or more autos were breaking. If I had to guess, I imagine they all should all be working now, but I'll double check it to make sure.=