From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BB274386195F; Thu, 23 Jul 2020 10:20:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BB274386195F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1595499658; bh=sgOaoVb0HNVLemuI+fyGeRr/+H+WYGyEeISVmw/aums=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ggx9cvWnmVf4CRh3qZ485Y7K24BlWHaP8vk87aZ/R0gjK1kwwS1DWImz/i7z7Jcx1 thvhHuKnVu7RPJw2AyrCXJv/6o9EdCOEn2LTpsp/3c0hDH4BKih+dgQ2AsjXBw6seX Dw2idYettk2zRmYy8FXpFYTCOqyEEk7PQSaxzmAQ= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug gcov-profile/96035] directories created when writing gcov data have limited rights compared to umask Date: Thu, 23 Jul 2020 10:20:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: gcov-profile X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: marxin 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jul 2020 10:20:58 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96035 --- Comment #3 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:24c35a5ef3f88cf3c25c8bf17f9ff706e4286f53 commit r11-2285-g24c35a5ef3f88cf3c25c8bf17f9ff706e4286f53 Author: Martin Liska Date: Fri Jul 10 10:56:34 2020 +0200 gcov: create folders with 0777. libgcc/ChangeLog: PR gcov-profile/96035 * libgcov-driver-system.c: Create gcov folders with 0777 so that it respects a system umask.=