From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 61614 invoked by alias); 15 Mar 2019 08:36: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 60889 invoked by uid 89); 15 Mar 2019 08:36:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-14.1 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=sk:marxin, sk:marxin@, U*marxin, r269684 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; Fri, 15 Mar 2019 08:36:01 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 19228AC3D for ; Fri, 15 Mar 2019 08:35:59 +0000 (UTC) Subject: Re: GCC 8 backports From: =?UTF-8?Q?Martin_Li=c5=a1ka?= To: GCC Patches References: <9a21556a-0c16-c31a-f188-a75077c36bfa@suse.cz> <32e46ac2-3865-1b46-93bf-5ada7f8ff4e2@suse.cz> <7387d688-1a77-db9e-7318-c5a8c214bf09@suse.cz> <1620d43c-b6f7-46d6-8222-abf3bc5b6be1@suse.cz> <1c3a5eef-56fb-bd88-c82d-8e0cb2d0f9cb@suse.cz> <59f9c249-8a2b-23d6-a66d-3d7c6ea0c250@suse.cz> Message-ID: <709d719a-e214-e89e-52ac-833387ca2b58@suse.cz> Date: Fri, 15 Mar 2019 08:39: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: <59f9c249-8a2b-23d6-a66d-3d7c6ea0c250@suse.cz> Content-Type: multipart/mixed; boundary="------------559E2E9581E0530C2A397B16" X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00751.txt.bz2 This is a multi-part message in MIME format. --------------559E2E9581E0530C2A397B16 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-length: 43 Hi. One more documentation patch. Martin --------------559E2E9581E0530C2A397B16 Content-Type: text/x-patch; name="0001-patch-269684.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-patch-269684.patch" Content-length: 881 >From 12a1a2bf98075d79d60189d3d3b4d6c3de79a877 Mon Sep 17 00:00:00 2001 From: marxin Date: Thu, 14 Mar 2019 14:19:33 +0000 Subject: Backport r269684 gcc/ChangeLog: 2019-03-14 Martin Liska PR other/89712 * doc/invoke.texi: Remove -fdump-class-hierarchy option. --- diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index df0883f2fc9..0a941519dbc 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -583,7 +583,6 @@ Objective-C and Objective-C++ Dialects}. -fdisable-tree-@var{pass-name}=@var{range-list} @gol -fdump-debug -fdump-earlydebug @gol -fdump-noaddr -fdump-unnumbered -fdump-unnumbered-links @gol --fdump-class-hierarchy@r{[}-@var{n}@r{]} @gol -fdump-final-insns@r{[}=@var{file}@r{]} @gol -fdump-ipa-all -fdump-ipa-cgraph -fdump-ipa-inline @gol -fdump-lang-all @gol -- 2.21.0 --------------559E2E9581E0530C2A397B16--