From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 47F8C3858C33; Fri, 22 Dec 2023 16:40:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 47F8C3858C33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1703263257; bh=dbqFGn2KDOj5g8vc6Bvtj8tVtphhGG+LSKJeKY5Veko=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GTY8SCjhUXSTAYbMrpgkV70TyB3ujdNSUKY2KEcMByBEztsRjezD4PWbgpNTBHHpi ivCF/kfgEo9PvJEFlUiJzEdmIQugtrH5iRbXz4dJUgnUSyQ6vUMS3G1Rghg4EXtOsZ 0mX61EMS/Jtwf4B9bmE5b6c0Lqy9DIK5HKJzGdrk= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug build/31141] gdbsupport fails to compile with clang due to missing C++ prototype for operator delete Date: Fri, 22 Dec 2023 16:40:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31141 --- Comment #6 from Sourceware Commits --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D9b9e5c09b187= 9766af959d276e99780982f4350b commit 9b9e5c09b1879766af959d276e99780982f4350b Author: Tom Tromey Date: Mon Dec 11 10:04:23 2023 -0700 Fix build with clang 16 clang 16 reports a missing declaration in new-op.cc. We believed these operators to be declared starting with C++14, but apparently that is not the case. This patch reverts the earlier change and then updates the comment to reflect the current state. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31141 --=20 You are receiving this mail because: You are on the CC list for the bug.=