From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id 3A41F3858421; Thu, 19 Jan 2023 04:03:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3A41F3858421 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674101002; bh=SFO9cMnsiExT8S1w/dBduMVher3gqK2tlXaw+XdI/cI=; h=From:To:Subject:Date:From; b=U3tpUF9nEANsezeQqRsrOOFQF4m3F5MyEkNL8ZjGDCszrkqUl7iP1FHPXGFM0r8bF Ja8IXi+nbN0HhX7L71T9fBaObqviy+CBy4XdNU/o2+BF4CvEg+3/Sh+JCJKQXInlo1 LJIm02+nykL9ETUdoxfLvR2w7KhiBPKMMF326ruk= 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)] [testing] enable -finline-memset-loops by default X-Act-Checkin: gcc X-Git-Author: Alexandre Oliva X-Git-Refname: refs/users/aoliva/heads/testme X-Git-Oldrev: 536c61b73980d65ae276089a761d12f04056e365 X-Git-Newrev: 6a90ba705f583b76e4af9d0e4ec45ab57fe60e49 Message-Id: <20230119040322.3A41F3858421@sourceware.org> Date: Thu, 19 Jan 2023 04:03:22 +0000 (GMT) List-Id: https://gcc.gnu.org/g:6a90ba705f583b76e4af9d0e4ec45ab57fe60e49 commit 6a90ba705f583b76e4af9d0e4ec45ab57fe60e49 Author: Alexandre Oliva Date: Sat Jan 14 08:44:23 2023 -0300 [testing] enable -finline-memset-loops by default Diff: --- gcc/common.opt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/common.opt b/gcc/common.opt index 5d28f054241..2444e1167bc 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -1875,7 +1875,7 @@ Common Var(flag_inline_atomics) Init(1) Optimization Inline __atomic operations when a lock free instruction sequence is available. finline-memset-loops -Common Var(flag_inline_memset_loops) Init(0) Optimization +Common Var(flag_inline_memset_loops) Init(1) Optimization Inline memset even if it requires loops. fcf-protection