From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 338283858409; Mon, 28 Nov 2022 09:24:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 338283858409 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669627463; bh=QnDFJmB4mIyuj+lq4dzPY7dGCfOhsyqrtRZZc/jnL4s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gA0NrWATPq1H684dnVuzAITGE6rLmA2HKTRAk5RFqhtSsCpQtwr67A2SWRA8P8Xeu 6oenLTlDlZHgs3RX/w5aoD3r8xGn1xrIZWJ5AkyCSFgEg+js0rQuS6E9bxS+huq/m9 hXXVNKHVFwm1fyddDzrInlwYI9pKBN57FdBDPtzE= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107889] Incorrect parsing of qualified friend function returning decltype(auto) Date: Mon, 28 Nov 2022 09:24:22 +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: redi 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D107889 --- Comment #2 from Jonathan Wakely --- I think this is https://wg21.link/cwg1828 which was resolved by https://wg21.link/p1787 which GCC does not implement yet.=