From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 26AF03858D20; Mon, 22 Jan 2024 17:10:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 26AF03858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705943437; bh=rMLEaf2aPTwFSAUeNY97SgqCCvabayC65Im1Mn+Tju0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kOXexX+xl2uYbhPyqb8mqJLzwMHrgCLRfIJFDUQQ3KqJVElPUyisQuve9qBilzRJX n43at2dinBltGRNAG5RvGAglzSQ+/te/fhX/odiHVs5s3rU5nBKRVJLwlTgEdmSsMc CarGZdc7+0+EqgGvgzMPQLJ9reBVBoC3e1ro13D8= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/102626] [c++20] compiler crash when invoking constexpr function in the constructor of template class Date: Mon, 22 Jan 2024 17:10:36 +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: 10.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: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc see_also 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=3D102626 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ppalka at gcc dot gnu.org See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D86933, | |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D92969 --- Comment #5 from Patrick Palka --- PR86933, PR92969 and this all seem related. GCC seems to mishandle a type template parameter pack appearing in the return type of a pointer to data member NTTP pack: typename ...Ts, Ts S::* ...ms=