From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 395553858C74; Thu, 29 Feb 2024 12:13:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 395553858C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709208794; bh=8gXzT287239jmnDwiF7yXm9GchviUlOo0s1xwQOVS+E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BNzWJdEMJMb6IJUKxPmMC35Ljm9awvkGHpbxj9qg8cwH3q584lUAFTRZgqep9y99r dB0Gw9FJ5lTdRFYjQN5ZJYWnY9pw9nxygxU3lPIe6hBnKE5HprkFntwBWrgk0A/dDx ynryP3MFN6j+tOddSnIiEBWAouahxPnIBr52NSXI= From: "de34 at live dot cn" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114163] Calling member function of an incomplete type compiles in gcc and does not compile in clang and msvc Date: Thu, 29 Feb 2024 12:13:13 +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: 14.0 X-Bugzilla-Keywords: accepts-invalid, c++-lambda X-Bugzilla-Severity: normal X-Bugzilla-Who: de34 at live dot cn 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: cc 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=3D114163 Jiang An changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |de34 at live dot cn --- Comment #2 from Jiang An --- May be related to CWG2852. https://cplusplus.github.io/CWG/issues/2852.html=