From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id B7BC33858D3C; Fri, 9 Jun 2023 11:26:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B7BC33858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686310007; bh=SOQ5e5/xxle5j0V0Nx7ugC15GNlsBgqoP1DKgOqeVhU=; h=From:To:Subject:Date:From; b=LJgcj0Uufj57W08xWwu56nu4sGQn8GAi5ehguMwxW+xtCj2HFz5nFR8Yqs5Ya+9+d A8XUO6xMWUSUetNlf/mWape/X5toYWBQ1Y0EqlMIp5b8YkQiLLfkbuLWdXSxEa1cEA LDPeEsvdDLK9uGR2+Bbzzmp5ryPHlS/D1oNRPphk= 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: 37d63f69507b9c6384ca74b465f17410b6c85fd0 X-Git-Newrev: 07f0aba470e63be361ab232a6d73e040cc601ac4 Message-Id: <20230609112647.B7BC33858D3C@sourceware.org> Date: Fri, 9 Jun 2023 11:26:47 +0000 (GMT) List-Id: https://gcc.gnu.org/g:07f0aba470e63be361ab232a6d73e040cc601ac4 commit 07f0aba470e63be361ab232a6d73e040cc601ac4 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 846f7043897..a08d4064303 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