From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0928C3857C44; Thu, 24 Nov 2022 01:09:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0928C3857C44 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669252196; bh=eePQq2I/uTfaVhOAReZjuCTM3r0m6VMj9sUt1va7hC8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dcwovFF24/tEcjy6OFHu0pTS+2j4tNV81zdktR4Be0jMFQASiMqkV52cU0tSr5A8B E2ZfVDSp+bhFb7SPalkOL1qgNXsY3kmt8fg615qmbdyVtLPG/3GFJk2vqeRchIYxuE scshJzv6UJ80/bez4IeGhSak29XCw/da1yGbKn+A= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107853] [10/11/12/13 Regression] variadic template with a variadic template friend with a requires of fold expression Date: Thu, 24 Nov 2022 01:09:55 +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: unknown X-Bugzilla-Keywords: ice-checking, ice-on-valid-code, rejects-valid 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: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work keywords cf_known_to_fail target_milestone short_desc 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |9.5.0 Keywords| |ice-checking, | |ice-on-valid-code Known to fail| |10.1.0 Target Milestone|--- |10.5 Summary|variadic template with a |[10/11/12/13 Regression] |variadic template friend |variadic template with a |with a requires of fold |variadic template friend |expression |with a requires of fold | |expression --- Comment #2 from Andrew Pinski --- I am not 100% sure we can call this a regression but GCC 9.5.0 accepts the = code for the first example. The second example looks like it only ICEs with checking enabled ...=