public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/marxin/heads/PR98739-drop-profile-reproducibility-v4)] Enable -fprofile-reproducible=parallel-runs for profiledbootstrap.
@ 2021-01-25 12:30 Martin Liska
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Liska @ 2021-01-25 12:30 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:5db40f4691a354c836d195d1dcee0f08423f3f21

commit 5db40f4691a354c836d195d1dcee0f08423f3f21
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] 2+ messages in thread

* [gcc(refs/users/marxin/heads/PR98739-drop-profile-reproducibility-v4)] Enable -fprofile-reproducible=parallel-runs for profiledbootstrap.
@ 2021-01-22 14:37 Martin Liska
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Liska @ 2021-01-22 14:37 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:385d5b00308c731614e52c82a7d3fcc83a2f7a72

commit 385d5b00308c731614e52c82a7d3fcc83a2f7a72
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] 2+ messages in thread

end of thread, other threads:[~2021-01-25 12:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-25 12:30 [gcc(refs/users/marxin/heads/PR98739-drop-profile-reproducibility-v4)] Enable -fprofile-reproducible=parallel-runs for profiledbootstrap Martin Liska
  -- strict thread matches above, loose matches on Subject: below --
2021-01-22 14:37 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).