From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id C4D6E3856944; Fri, 9 Jun 2023 06:18:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C4D6E3856944 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686291488; bh=6DKgjLDFqD5wi6pItfmmsLGHVI83tPKy8eKqMr9fahI=; h=From:To:Subject:Date:From; b=xVqdC4H9LQlXviyFCMWsT9P0YqpriUtG3H2mgm6auQMXigxfi6rRU6H3dqKF07SAI uj0QnWNLdpUmyHg8ippgVntd8tzINgotTe6e2UFvf+2yXrGK94SVcVLxKdr5dByDT1 e3o9lO/Dcm1A3JjRdB1LPl2vAuBEi971MSFR1hvk= 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: 88546c1d5326c907a9e38cd574423812c720f84a X-Git-Newrev: 9837802c90b2410bfa16c25fede105b32a6e15ec Message-Id: <20230609061808.C4D6E3856944@sourceware.org> Date: Fri, 9 Jun 2023 06:18:08 +0000 (GMT) List-Id: https://gcc.gnu.org/g:9837802c90b2410bfa16c25fede105b32a6e15ec commit 9837802c90b2410bfa16c25fede105b32a6e15ec Author: Alexandre Oliva Date: Thu Jun 8 01:35:57 2023 -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 b23ffbbac43..6db82ca142e 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -2859,7 +2859,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