From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A081F384D163; Thu, 6 Oct 2022 11:01:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A081F384D163 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665054074; bh=amvsLsq0/N/Qxrd05XMMPziaR4/BXLES+RZd73kPB+k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LXFgcQo27s8fMn7fZATswAmaGu+qxLvO85/mXTW4acwEXwBFNqy7vqIP0X0ySKOLh 1GCfEARifndtuEnYt/pjkw2GKliokppGVb3GDsQMpFG11jOkfhq7qyJkaWSRC3DGSs Cz+SDwfyofKIE2m9Ny2UWy9sdNIuRzs99Zk0UYT0= From: "marxin 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: Thu, 06 Oct 2022 11:01:08 +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: marxin 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: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc target_milestone everconfirmed cc bug_status cf_reconfirmed_on 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 Martin Li=C5=A1ka changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Wrong errors for concepts |[11/12/13 Regression] Wrong |with default lambda |errors for concepts with |not-type argument |default lambda not-type | |argument since | |r11-3714-gc1c62aec6751678e Target Milestone|--- |11.5 Ever confirmed|0 |1 CC| |marxin at gcc dot gnu.org, | |ppalka at gcc dot gnu.org Status|UNCONFIRMED |NEW Last reconfirmed| |2022-10-06 --- Comment #1 from Martin Li=C5=A1ka --- Started with r11-3714-gc1c62aec6751678e.=