From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id 7BF7E385734A; Thu, 8 Jun 2023 04:48:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7BF7E385734A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686199726; bh=O9Pz8ASBsU6GXRPkMTR23FPABU8+kRKQ/AX/Il0bjP0=; h=From:To:Subject:Date:From; b=ueCMN2ac3oRYemH2a4NRFS2xyIPsY+ZqpdsrUZvqVl0MO1x9WLOlwwzWoxq2GBRVp OpJCltt8FYh5pOVQy6C2VQbQcIGr+KCV6P8fyBIGX+EhaVQ1ON/S09uEofOD0CbvDF cr3i5s8KnGndcjeb9VzagFUg2nTwx39APCuOG4L8= 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: 397d45c9d354f396462a4b7f6c97c54bfa7cface X-Git-Newrev: c33ae460294a5837bed448073c09a80c2b76a814 Message-Id: <20230608044846.7BF7E385734A@sourceware.org> Date: Thu, 8 Jun 2023 04:48:46 +0000 (GMT) List-Id: https://gcc.gnu.org/g:c33ae460294a5837bed448073c09a80c2b76a814 commit c33ae460294a5837bed448073c09a80c2b76a814 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 e798f14d2ba..3bd3ed49ba8 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