From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8684 invoked by alias); 28 Mar 2019 08:53:03 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 8667 invoked by uid 89); 28 Mar 2019 08:53:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-14.3 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 28 Mar 2019 08:53:02 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 02933AC0C for ; Thu, 28 Mar 2019 08:53:00 +0000 (UTC) Subject: Re: GCC 7 backport From: =?UTF-8?Q?Martin_Li=c5=a1ka?= To: GCC Patches References: <7100fd62-50fe-728f-5b82-e64cd629eddc@suse.cz> Message-ID: Date: Thu, 28 Mar 2019 08:56:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/mixed; boundary="------------F5A6D1C406ADB68DD3D5D7EE" X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg01346.txt.bz2 This is a multi-part message in MIME format. --------------F5A6D1C406ADB68DD3D5D7EE Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-length: 48 Hi. Backporting one documentation fix. Martin --------------F5A6D1C406ADB68DD3D5D7EE Content-Type: text/x-patch; name="0001-Backport-r265786.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-Backport-r265786.patch" Content-length: 1064 >From 7bcca48f559a3fefaf37b177b3c72e78d73d73ba Mon Sep 17 00:00:00 2001 From: marxin Date: Thu, 28 Mar 2019 09:51:06 +0100 Subject: [PATCH] Backport r265786 gcc/ChangeLog: 2018-11-05 Martin Liska PR web/87829 * doc/invoke.texi: Remove options that are not disabled with -Os. --- gcc/doc/invoke.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index a41d275e89d..8f279e454b0 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -7140,8 +7140,7 @@ do not typically increase code size. @option{-Os} disables the following optimization flags: @gccoptlist{-falign-functions -falign-jumps -falign-loops @gol --falign-labels -freorder-blocks -freorder-blocks-algorithm=stc @gol --freorder-blocks-and-partition -fprefetch-loop-arrays} +-falign-labels -fprefetch-loop-arrays} It also enables @option{-finline-functions}, causes the compiler to tune for code size rather than execution speed, and performs further optimizations -- 2.21.0 --------------F5A6D1C406ADB68DD3D5D7EE--