From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id 86A8E3856DC7; Fri, 6 May 2022 05:51:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 86A8E3856DC7 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/testme)] 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/testme X-Git-Oldrev: b82cf36180adb6ae75b445b8674643a1e28c2bbe X-Git-Newrev: 03c033a4792ba2a8d9911caeab9331864f22ce97 Message-Id: <20220506055135.86A8E3856DC7@sourceware.org> Date: Fri, 6 May 2022 05:51:35 +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: Fri, 06 May 2022 05:51:35 -0000 https://gcc.gnu.org/g:03c033a4792ba2a8d9911caeab9331864f22ce97 commit 03c033a4792ba2a8d9911caeab9331864f22ce97 Author: Alexandre Oliva Date: Thu Sep 2 23:15:37 2021 -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 f7a7130a3f4..4e41924b85a 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -2763,7 +2763,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