From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2D74D3858C2D; Fri, 26 Jan 2024 17:11:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2D74D3858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706289088; bh=biNgXrt+LoSoWR1YZ+pvYG81RfVqHT03i0P+mVRwp7k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nrJRaRRr7SEB7+u1vlVPGjQgah2g1je0fFxtUVphmx3+I1NqfSIsenaucKabXQFm6 Fa90xRM3J18iBcGFBzWktGONvRv1f38vM+cJH0KoB0tuX3KltQlaTjzopdF16XooB7 HbBZ704wL9/HPqJs5PZVsTOMrI/ej+XCGX7CNLq0= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113620] ICE with inner class template speciailization and depdent NSDMI Date: Fri, 26 Jan 2024 17:11:27 +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 X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW 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: attachments.created 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=3D113620 --- Comment #4 from Andrew Pinski --- Created attachment 57229 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57229&action=3Dedit Reduced testcase I reduced the testcase slightly to show it is NSDMI related dealing with a dependent value only with the specialization. Note a workaround is to add a constructor which does the initialization ins= tead of using NSDMI.=