From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4DB7938543AF; Fri, 13 Jan 2023 15:52:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4DB7938543AF DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673625133; bh=Xl7puPNVFGtiqzZLQmYpT39VZoPjB2rTc310CBhEcfE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZDMeeg3VZUofZ/GowTnbfzXD59hN10u2ztk/M+m6EJ1s2/QFJ9bhZQifiRdqdBXaY BrF8kGl7Diufeje4a/ThGErv+tc+WtwogWxX9qka/y5p8YFTaSdr5h8+5MnU7CP9np JuHcy54FjK/7yMgPEjfyp4T/4UVluBMB21QoAJEI= From: "jincikang at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/108391] '::operator delete(void*, size_t)' was not found when clang compiled libstdc++ Date: Fri, 13 Jan 2023 15:52:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jincikang at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: MOVED 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=3D108391 --- Comment #13 from jinci kang --- (In reply to Jonathan Wakely from comment #12) > (In reply to jinci kang from comment #8) > > Clang has a problem with ABI breaking. > > https://reviews.llvm.org/D8467 >=20 > Ah yes. The most recent attempt to fix it is at: > https://reviews.llvm.org/D112921 OK, all right.=