From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id 48C9B3858CDA; Mon, 20 Nov 2023 10:47:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 48C9B3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700477230; bh=1QnfBFa3lKBGHM9odCv8oRXaV54eolUGA4/8hQ1XKuc=; h=From:To:Subject:Date:From; b=VFRpb+95wwTv2CnOS4FDwtAmTBZJLpCQL7j2InmHv0AvHQbvjctD645m9TIhuqAbs 6hSqL8/59Y1HwUEHNG2zRMcLeckRbfV2mDBv9lN9kd1K8JTur+OOv9sW6DrkW2f4PY EkV6ZMa32iofuxKow273W7YmUVrKlhlQ8xy9e2zE= 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: 8914a9884445e9a14ddb83a403242027b7f29224 X-Git-Newrev: 85ef3f09ceda1a60f027a16d5a5650cc5655430e Message-Id: <20231120104710.48C9B3858CDA@sourceware.org> Date: Mon, 20 Nov 2023 10:47:10 +0000 (GMT) List-Id: https://gcc.gnu.org/g:85ef3f09ceda1a60f027a16d5a5650cc5655430e commit 85ef3f09ceda1a60f027a16d5a5650cc5655430e 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 4914b6e7dbf..20de43d32e4 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -2919,7 +2919,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