public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-6892] Enable -fprofile-reproducible=parallel-runs for profiledbootstrap.
@ 2021-01-25 12:31 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2021-01-25 12:31 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:e05a117dc4b98f3ac60851608f532ba7cee7343a

commit r11-6892-ge05a117dc4b98f3ac60851608f532ba7cee7343a
Author: Martin Liska <mliska@suse.cz>
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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-25 12:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-25 12:31 [gcc r11-6892] Enable -fprofile-reproducible=parallel-runs for profiledbootstrap Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).