From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ECBB5386EC6D; Mon, 20 Apr 2020 09:27:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ECBB5386EC6D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1587374864; bh=awUhB3TGp7BbYMWKQQSQ801G5B8NO/sIYVRn1gP38/I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lxKw5eCKvW7Dyyugb9Ydh0d4C/HZXsqvZejf8f356dGME2eUC1bhID6IsImUZrnAq DctAXzS1sAkzSg2Ysbvr8I5RtSTgUyfIciChwzErA6Ul3fSmk0fPgyqDNYRIDMovwk h5sgPgG5DGbm55yM+qy48UJyDj6gzJWnBgT2qOA8= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug gcov-profile/94570] -fprofile-dir is broken on Cygwin Date: Mon, 20 Apr 2020 09:27:44 +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: 9.3.0 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: Mon, 20 Apr 2020 09:27:45 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94570 --- Comment #14 from CVS Commits --- The releases/gcc-9 branch has been updated by Martin Liska : https://gcc.gnu.org/g:5c09a1b71bb96d1fd6488d040b65001807fd16c2 commit r9-8513-g5c09a1b71bb96d1fd6488d040b65001807fd16c2 Author: Martin Liska Date: Mon Apr 20 11:26:58 2020 +0200 Backport e9f799d25973fc38022c5ea71ed5a2bca58a847f Backport from mainline 2020-04-17 Martin Liska Jonathan Yong <10walls@gmail.com> PR gcov-profile/94570 * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM for CYGWIN. Backport from mainline 2020-04-17 Martin Liska Jonathan Yong <10walls@gmail.com> PR gcov-profile/94570 * coverage.c (coverage_init): Use separator properly. Backport from mainline 2020-04-17 Martin Liska Jonathan Yong <10walls@gmail.com> PR gcov-profile/94570 * filenames.h (defined): Do not define HAVE_DOS_BASED_FILE_SYST= EM for CYGWIN. Co-Authored-By: Jonathan Yong <10walls@gmail.com>=