From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id 90E8C3857364; Thu, 4 Aug 2022 14:10:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 90E8C3857364 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Alexandre Oliva To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/aoliva/heads/strub)] enable strub for all viable functions by default, for testing X-Act-Checkin: gcc X-Git-Author: Alexandre Oliva X-Git-Refname: refs/users/aoliva/heads/strub X-Git-Oldrev: 29e98f10c5faa2a801ac8726b75f9f2e61c78f02 X-Git-Newrev: 4a93638ee91b192808d7c0c4d10b8f9617313b9f Message-Id: <20220804141011.90E8C3857364@sourceware.org> Date: Thu, 4 Aug 2022 14:10:11 +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: Thu, 04 Aug 2022 14:10:11 -0000 https://gcc.gnu.org/g:4a93638ee91b192808d7c0c4d10b8f9617313b9f commit 4a93638ee91b192808d7c0c4d10b8f9617313b9f Author: Alexandre Oliva Date: Thu Jul 28 03:30:22 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 2c635806bbf..4c9be2054f7 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -2794,7 +2794,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