From patchwork Thu Sep 20 13:51:41 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Polacek X-Patchwork-Id: 972463 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-486038-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="k2XDkPqU"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42GJ7H0xzXz9s2P for ; Thu, 20 Sep 2018 23:51:53 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=L59o2YYREht0SUi8M+f5ZPL4P3vCSi+a1e0TrRHqH9rHVKyQ8zZDV 7lBxS8AnPDJ5ljaGsjKzwyZmqAurUvQjWOiUSWjZBjUjWDaF/3XNA9pzeMv47reF qnze9+ew+jMLUROnZgCdvdRPKEXkj7hvEOKCqRxXIRmEU0FP4CI3tU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=ojVZxvEUIlYRjSRCsmn8bwTqJLI=; b=k2XDkPqUB6dYcdQekmRG NKlBOeJn2EmSeZfHWB+1zECtXFRBzLRl5voPe2rk/EQYj+9rxJti54HBw1YckEeU n1C+QTspxD83Vr/fwLWPhBjAX4vYSUIykrnMmEgHSssNfI0NrS1iHH4Dz4gJYZqG RpOtE+FgoDF0Fw0lSDPdivA= Received: (qmail 102667 invoked by alias); 20 Sep 2018 13:51:46 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 102649 invoked by uid 89); 20 Sep 2018 13:51:45 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:753, sk:wconver, sk:Wconver X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 20 Sep 2018 13:51:44 +0000 Received: from smtp.corp.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3F80E308421D for ; Thu, 20 Sep 2018 13:51:43 +0000 (UTC) Received: from redhat.com (dhcp-17-217.bos.redhat.com [10.18.17.217]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E88E045B29 for ; Thu, 20 Sep 2018 13:51:42 +0000 (UTC) Date: Thu, 20 Sep 2018 09:51:41 -0400 From: Marek Polacek To: GCC Patches Subject: PATCH to add -Wno-init-list-lifetime to C++ Language Options Message-ID: <20180920135141.GS16755@redhat.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Applying as obvious. 2018-09-20 Marek Polacek * doc/invoke.texi: Add -Wno-init-list-lifetime to C++ Language Options. diff --git gcc/doc/invoke.texi gcc/doc/invoke.texi index aab5fcec35a..cfa9c143784 100644 --- gcc/doc/invoke.texi +++ gcc/doc/invoke.texi @@ -229,7 +229,7 @@ in the following sections. -fext-numeric-literals @gol -Wabi=@var{n} -Wabi-tag -Wconversion-null -Wctor-dtor-privacy @gol -Wdelete-non-virtual-dtor -Wdeprecated-copy -Wliteral-suffix @gol --Wmultiple-inheritance @gol +-Wmultiple-inheritance -Wno-init-list-lifetime @gol -Wnamespaces -Wnarrowing @gol -Wpessimizing-move -Wredundant-move @gol -Wnoexcept -Wnoexcept-type -Wclass-memaccess @gol