From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D691D385841F; Sat, 13 Apr 2024 20:52:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D691D385841F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713041576; bh=Scj7G00Cm48PBCKjm6KzPpmAIg+1ITRsl5oSbW1ZJQY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Em6Tf4Z3HyimbEgV2wFlM5S/fNjYNvoxajgRVVwfEVt9VQbavCQLQhxwkoLDckusm VScmlecaE+Kqsk4jDOHzLD39JWXsGFr2foIrJs/hd0TTQ+gFeMeuQ/4vlGarINYxk1 WYb4OtUDSxT1aABFBp/0AcH+cF4liRe5HjkHHhCA= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107168] [11/12/13 Regression] Wrong errors for concepts with default lambda not-type argument since r11-3714-gc1c62aec6751678e Date: Sat, 13 Apr 2024 20:52:56 +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: 12.2.0 X-Bugzilla-Keywords: 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: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work 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=3D107168 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |14.0 Summary|[11/12/13/14 Regression] |[11/12/13 Regression] Wrong |Wrong errors for concepts |errors for concepts with |with default lambda |default lambda not-type |not-type argument since |argument since |r11-3714-gc1c62aec6751678e |r11-3714-gc1c62aec6751678e --- Comment #3 from Andrew Pinski --- Fixed on the trunk for GCC 14 by the recent lambda template patches.=