From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 89F133858D3C; Sun, 7 May 2023 05:45:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 89F133858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683438355; bh=6SAx6wGVlpEwIlccTmufktvCHQSh+9rz+qzTr3NLdhU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UdnZ6UG/RcNoOWvORk2XWQiG21uQNtpspO1dUIufGk1/NRF1M6v+FK0O50u8rQ99I VeUB+qHa2xgb/HkMZZLXFy3yGtQj5AmMNmipnEjYFj0F9potkEj/8dqGolllmiPQCQ hJleNDswXb+jqUQRxqQrrRCXncQFycGnpmZIRWe0= From: "jlame646 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109763] GCC accepts invalid program involving decltype(classtype::memberfunction) when used with concepts Date: Sun, 07 May 2023 05:45: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: 13.1.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jlame646 at gmail dot com 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: bug_status resolution 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=3D109763 Jason Liam changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID |--- --- Comment #5 from Jason Liam --- I don't think this issue is revoved(considering that gcc [rejects](https://godbolt.org/z/W6d5EnvWf) this.). I may be wrong though.=