From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id 2AC873858D20; Fri, 20 Jan 2023 18:50:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2AC873858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674240607; bh=U/iBSrA2QjxWiBHBtpnDWysYqPaBqaQGqns9v6SYJ38=; h=From:To:Subject:Date:From; b=lH09a+lm0Sq72A3pXIyalJBHbL/pxbcWB0MaaF+64J1r+dRoMPW8AeIDrEnBmfGi1 GmfRgcGSHRNCYnob/9/4eAPzuS4qfrynzTxSrIqyHzn9dHtSYYpAmZhCVMhytBi/qs n2nyN+iqL5S5xW5M5o7s5YhXVJgegNYuKkJhRijQ= 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/aoliva/heads/testme] (3 commits) turn -finline-memset-loops into -finline-stringops X-Act-Checkin: gcc X-Git-Author: Alexandre Oliva X-Git-Refname: refs/users/aoliva/heads/testme X-Git-Oldrev: 601dfcd74769f609703d29e1f7b6d23aaf26c6b7 X-Git-Newrev: cd0f06c2184a4a7cf85f303e5e9026c83d693cc2 Message-Id: <20230120185007.2AC873858D20@sourceware.org> Date: Fri, 20 Jan 2023 18:50:07 +0000 (GMT) List-Id: The branch 'aoliva/heads/testme' was updated to point to: cd0f06c2184... turn -finline-memset-loops into -finline-stringops It previously pointed to: 601dfcd7476... turn -finline-memset-loops into -finline-stringops Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ------------------------------------------------------------------- 601dfcd... turn -finline-memset-loops into -finline-stringops 938f55f... Introduce -finline-all-stringops=memset Summary of changes (added commits): ----------------------------------- cd0f06c... turn -finline-memset-loops into -finline-stringops 9201ad5... Introduce -finline-all-stringops=memset 43ad467... [docs] note that -g opts are implicitly negatable too