From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 902FB3858C53; Fri, 23 Feb 2024 17:47:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 902FB3858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708710474; bh=KCuL+tPEHfAE479yaDdtrKmCONCi+su3A8VjOLVRCho=; h=From:To:Subject:Date:In-Reply-To:References:From; b=S9HXt9zClKrBJCFsBt+3ijdQRbjkt8JTe/rUUYhxNmelacUW23yz0d60DiAfaXmqu lE4s9G6EaDpxDIGjxPsyVAlBAdIowEg5tecE2lazRO6M4qSDp25oSgXsFwOyMSIa4a NLpDc0mdpabZQLa3YAcdJAVYi27Iqo9EcIc5h6YM= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114078] operator new and operator delete are incorrectly acceptable as explicit object member functions Date: Fri, 23 Feb 2024 17:47:54 +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 X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: everconfirmed 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=3D114078 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Last reconfirmed| |2024-02-23 --- Comment #1 from Andrew Pinski --- Confirmed, I thought I had saw one that was exactly the same as this but it seems maybe I was wrong.=