public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/marxin/heads/gcov-conditions-v5)] Add -fprofile-conditions to PGO.
@ 2022-06-21  7:49 Martin Liska
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Liska @ 2022-06-21  7:49 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2a1637552b59f5c842d2a629c34e3b32de254b1e

commit 2a1637552b59f5c842d2a629c34e3b32de254b1e
Author: Martin Liska <mliska@suse.cz>
Date:   Tue Jun 21 09:49:05 2022 +0200

    Add -fprofile-conditions to PGO.

Diff:
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 593495e1650..553cc6499ae 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -625,7 +625,7 @@ STAGE2_TFLAGS += -fno-checking
 STAGE3_CFLAGS += -fchecking=1
 STAGE3_TFLAGS += -fchecking=1
 
-STAGEprofile_CFLAGS = $(STAGE2_CFLAGS) -fprofile-generate
+STAGEprofile_CFLAGS = $(STAGE2_CFLAGS) -fprofile-generate -fprofile-conditions
 STAGEprofile_TFLAGS = $(STAGE2_TFLAGS)
 
 STAGEtrain_CFLAGS = $(filter-out -fchecking=1,$(STAGE3_CFLAGS))


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gcc(refs/users/marxin/heads/gcov-conditions-v5)] Add -fprofile-conditions to PGO.
@ 2022-06-21  8:59 Martin Liska
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Liska @ 2022-06-21  8:59 UTC (permalink / raw)
  To: gcc-cvs

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

commit c6acef82b6a366c671abc0287c1897d885f98d6c
Author: Martin Liska <mliska@suse.cz>
Date:   Tue Jun 21 09:49:05 2022 +0200

    Add -fprofile-conditions to PGO.

Diff:
---
 Makefile.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 593495e1650..25dd316b228 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -625,7 +625,8 @@ STAGE2_TFLAGS += -fno-checking
 STAGE3_CFLAGS += -fchecking=1
 STAGE3_TFLAGS += -fchecking=1
 
-STAGEprofile_CFLAGS = $(STAGE2_CFLAGS) -fprofile-generate
+STAGEprofile_CFLAGS = $(STAGE2_CFLAGS) -fprofile-generate -fprofile-conditions -Wno-error=coverage-too-many-conditions
+
 STAGEprofile_TFLAGS = $(STAGE2_TFLAGS)
 
 STAGEtrain_CFLAGS = $(filter-out -fchecking=1,$(STAGE3_CFLAGS))


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-21  8:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21  7:49 [gcc(refs/users/marxin/heads/gcov-conditions-v5)] Add -fprofile-conditions to PGO Martin Liska
2022-06-21  8:59 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).