From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67989 invoked by alias); 20 May 2019 18:38:37 -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 67972 invoked by uid 89); 20 May 2019 18:38:37 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.0 required=5.0 tests=AWL,BAYES_00,KAM_SHORT,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:233 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; Mon, 20 May 2019 18:38:36 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0C3D43082E69; Mon, 20 May 2019 18:38:35 +0000 (UTC) Received: from redhat.com (ovpn-120-17.rdu2.redhat.com [10.10.120.17]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7C7575D719; Mon, 20 May 2019 18:38:33 +0000 (UTC) Date: Mon, 20 May 2019 18:38:00 -0000 From: Marek Polacek To: Jason Merrill , Nathan Sidwell , GCC Patches Subject: (C++) Remove -fdeduce-init-list? Message-ID: <20190520183831.GK7979@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.11.4 (2019-03-13) X-SW-Source: 2019-05/txt/msg01302.txt.bz2 Back in 2011, -fdeduce-init-list was marked as deprecated: . 7.5 years later, is it time to rip it out completely from the compiler? Marek