From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id 2CFFE3857BB3; Fri, 6 Oct 2023 05:26:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2CFFE3857BB3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696569961; bh=e2PbSBEUialzWUNThnk0kMsgUehZmODnhbg1aT05ZKw=; h=From:To:Subject:Date:From; b=X5vxsFXAencPf0sQggPbvgK9YWxb8xl/YvADzv3Ldgouw3+b6Dh7GgQxzfE8oYorZ 5FX9c9ISPS0XaRnzGEI2H4vZGObLezWE5Afht7FNfLkHMofRuh+ND8ySKqJA05whb8 nKHPLHt3DLHUE4YykrKGHaeETLqmgnD9jZH6HkWs= 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: 87895301a81a4fe1fcea84f74104cf5fe883fb77 X-Git-Newrev: ab6024627b3f6bb3d4fac6b74ee547ced233dc75 Message-Id: <20231006052601.2CFFE3857BB3@sourceware.org> Date: Fri, 6 Oct 2023 05:26:01 +0000 (GMT) List-Id: https://gcc.gnu.org/g:ab6024627b3f6bb3d4fac6b74ee547ced233dc75 commit ab6024627b3f6bb3d4fac6b74ee547ced233dc75 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 90a8cc6cab6..60f876671e0 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -2885,7 +2885,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