From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9E7FA38582A3; Fri, 23 Dec 2022 14:19:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9E7FA38582A3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671805198; bh=bnj8oHv1JjvDleomoK7KmiK9mJ5vRcn2NXG/ZggI13g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MQowNtP+fk0xrY5YM19QwGeywB4oFzDY9P4I3K/T3mGexufYc7bmeXOKYH/eqwH45 +B3B7lmonjgAOrODCY93s/LxNZ/5jc/s5CXgNIdP9ZSu1SXxAdXou+/Kn6d8ZTucC4 etNMrbUibJXBfiP0wqYAipdMtkJageBhL+KkSDBA= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107853] [10/11/12 Regression] variadic template with a variadic template friend with a requires of fold expression Date: Fri, 23 Dec 2022 14:19:58 +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.0 X-Bugzilla-Keywords: ice-checking, ice-on-valid-code, rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cf_known_to_work 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=3D107853 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[10/11/12/13 Regression] |[10/11/12 Regression] |variadic template with a |variadic template with a |variadic template friend |variadic template friend |with a requires of fold |with a requires of fold |expression |expression Known to work| |13.0 --- Comment #6 from Patrick Palka --- Fixed on trunk so far=