From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id 1F02638555AB; Thu, 7 Dec 2023 16:18:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1F02638555AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701965894; bh=8KqS+7SRr1gSha4/UtTS9v3eIDT8bWWmaQa6AaQccLA=; h=From:To:Subject:Date:From; b=BDLuZ6CjW/ueSa47wxyQVXAJacvAMNRS/fdBIeehBqFbPlXuTLRVwYcacG1rqt10k ztxsdEf8Jgj4GwOr7duViOJ8tggZhtRElFqnv/zRzu+/qbXQun7E5Jeuq8xceeFMVB ptGW64uuTawIkO8TylkHRX8PtzhNTu1UNBEFkQ48= 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: 63c5efa8eded0f19ceeeae9f753284fa99c419cc X-Git-Newrev: 1698b86e341daa51e75f4cefa87155904f1d3a14 Message-Id: <20231207161814.1F02638555AB@sourceware.org> Date: Thu, 7 Dec 2023 16:18:14 +0000 (GMT) List-Id: https://gcc.gnu.org/g:1698b86e341daa51e75f4cefa87155904f1d3a14 commit 1698b86e341daa51e75f4cefa87155904f1d3a14 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 f070aff8cbc..dcec6dfe16e 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -2931,7 +2931,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