From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2B494384640E; Wed, 3 Apr 2024 15:31:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2B494384640E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712158302; bh=eNxBEYhWGd9GukcSIIi/mg1pZ44KL6xkynsFzgCTZgs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UePuX3NHybzpqufJGR0J3DVrY229tPYKmnn6UQj2RAez7iPrSAvFfwDNPasTA8mq8 Qry9iI6m/poawAnDNCBhksRR6/JKbooo3ySbNBAedwxiiLofeUXyVDxnCZA4vlk5KP ylxU45NdD6OoDD9sYeH1pXSes3JuZF9uqkUlx7rk= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/31420] Use std::filesystem::remove_all in compile.c Date: Wed, 03 Apr 2024 15:31:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned 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=3D31420 --- Comment #3 from Sourceware Commits --- The master branch has been updated by Lancelot SIX : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Df89ae595dd1f= 5195dd6e8e57bc2217463c436888 commit f89ae595dd1f5195dd6e8e57bc2217463c436888 Author: Lancelot SIX Date: Wed Apr 3 15:39:10 2024 +0100 Revert "gdb/compile: Use std::filesystem::remove_all in cleanup" This reverts commit 7bba0ad08576309763e3f41193eaa93025e10b8b. Tom de Vries reported that 7bba0ad0857 (gdb/compile: Use std::filesystem::remove_all in cleanup) broke builds with gcc-7.5.0 which mostly supports c++17, but not std::filesystem[1]. As this change is not critical, revert it to maintain compatibility. [1] https://inbox.sourceware.org/gdb-patches/a06e6483-aa2e-4b8a-854f-e369a1e961= ea@suse.de/ Change-Id: I58150bd27600c95052bdf1bbbd6b44718a5a0bbf Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31420 Approved-By: Tom Tromey --=20 You are receiving this mail because: You are on the CC list for the bug.=