public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/aoliva/heads/hard12)] enable strub for all viable functions by default, for testing
@ 2022-05-06  8:37 Alexandre Oliva
  0 siblings, 0 replies; only message in thread
From: Alexandre Oliva @ 2022-05-06  8:37 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:53bd90e811f95f4b258d37c85f7ea257bc3dc04b

commit 53bd90e811f95f4b258d37c85f7ea257bc3dc04b
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Fri May 6 05:34:50 2022 -0300

    enable strub for all viable functions by default, for testing

Diff:
---
 gcc/common.opt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/common.opt b/gcc/common.opt
index b7d38cd147a..ab83b7a2801 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -2767,7 +2767,7 @@ Enable stack scrub as per attributes, with strict call checking.
 ; 0 if no strub-enabling attribute is seen.  This minimizes the strub
 ; overhead.
 fstrub=relaxed
-Common RejectNegative Var(flag_strub, -3) Init(-3)
+Common RejectNegative Var(flag_strub, -3) Init(3) ; alt default for testing.
 Restore default strub mode: as per attributes, with relaxed checking.
 
 fstrub=all


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

only message in thread, other threads:[~2022-05-06  8:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-06  8:37 [gcc(refs/users/aoliva/heads/hard12)] enable strub for all viable functions by default, for testing Alexandre Oliva

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).