From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id 36D3E38708F5; Sat, 14 Jan 2023 14:31:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 36D3E38708F5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673706694; bh=2XiMYQZpKQtrHxzq1esrrsntmm4tSGc3OvBmFFLyN6M=; h=From:To:Subject:Date:From; b=MMApggRnis9vXbByvAcZj4Qvmndm1hcqktFRTnwZWB01NPjLAZJBkrHMw0LXNtnvh MqKdFrbHjd1j0MSMx1CeL9iMWpSya8UF435Xk5I1mQUL0UWOSZbkMB4wldlAwBfq7h 2j/QNkDbsGCae0b7nZ6HZ/Qu95IO2/nC3fo28rwk= 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: ff392972a77b438939a5194e6238be16e48bf045 X-Git-Newrev: 8cfab621b57f9eeedc12ec87234b9629ecff7782 Message-Id: <20230114143134.36D3E38708F5@sourceware.org> Date: Sat, 14 Jan 2023 14:31:34 +0000 (GMT) List-Id: https://gcc.gnu.org/g:8cfab621b57f9eeedc12ec87234b9629ecff7782 commit 8cfab621b57f9eeedc12ec87234b9629ecff7782 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