From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id C9F9F3857800; Mon, 25 Jan 2021 12:30:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C9F9F3857800 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/marxin/heads/PR98739-drop-profile-reproducibility-v4)] Enable -fprofile-reproducible=parallel-runs for profiledbootstrap. X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/users/marxin/heads/PR98739-drop-profile-reproducibility-v4 X-Git-Oldrev: 68f56a9553fbc06c90332bf9908cce2037dbbac4 X-Git-Newrev: 5db40f4691a354c836d195d1dcee0f08423f3f21 Message-Id: <20210125123032.C9F9F3857800@sourceware.org> Date: Mon, 25 Jan 2021 12:30:32 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2021 12:30:32 -0000 https://gcc.gnu.org/g:5db40f4691a354c836d195d1dcee0f08423f3f21 commit 5db40f4691a354c836d195d1dcee0f08423f3f21 Author: Martin Liska Date: Fri Jan 22 15:36:11 2021 +0100 Enable -fprofile-reproducible=parallel-runs for profiledbootstrap. ChangeLog: PR gcov-profile/98739 * Makefile.in: Enable -fprofile-reproducible=parallel-runs for profiledbootstrap. Diff: --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 247cb9c8711..03785200dc7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -565,7 +565,7 @@ STAGEprofile_TFLAGS = $(STAGE2_TFLAGS) STAGEtrain_CFLAGS = $(filter-out -fchecking=1,$(STAGE3_CFLAGS)) STAGEtrain_TFLAGS = $(filter-out -fchecking=1,$(STAGE3_TFLAGS)) -STAGEfeedback_CFLAGS = $(STAGE4_CFLAGS) -fprofile-use +STAGEfeedback_CFLAGS = $(STAGE4_CFLAGS) -fprofile-use -fprofile-reproducible=parallel-runs STAGEfeedback_TFLAGS = $(STAGE4_TFLAGS) STAGEautoprofile_CFLAGS = $(STAGE2_CFLAGS) -g