From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6E6683858D20; Fri, 2 Dec 2022 20:28:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6E6683858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670012917; bh=jYOt97BGww4IeTGDgxxLu9KSr8Fz94z2AUWJUVtd3LE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=b3JvrXh5yu0rU80eWkte3/TyAW6pzD6EGL41rTMS3iY/hHIHXw87XFdGckcZ0/W+W xJxyGwM9stgw+xA2dgecgavSp452CyorTYm9bMOJtBNO6PLhJAsvQ/2H68O8mppt85 oU8IxnkjHYD9Be9NkRhswrrdqesRk4+teTH2gHh4= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107953] Greater-than operator misparsed inside a lambda expression used as a template argument Date: Fri, 02 Dec 2022 20:28:37 +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: UNCONFIRMED 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: 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=3D107953 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D57 --- Comment #1 from Andrew Pinski --- I suspect this is the same issue as PR 57 .=