From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72402 invoked by alias); 24 May 2017 07:53:40 -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 72285 invoked by uid 89); 24 May 2017 07:53:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=burden, officially 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; Wed, 24 May 2017 07:53:35 +0000 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 63814AE14; Wed, 24 May 2017 07:53:35 +0000 (UTC) Date: Wed, 24 May 2017 07:56:00 -0000 From: Richard Biener To: Jeff Law cc: gcc-patches@gcc.gnu.org, Jakub Jelinek , ubizjak@gmail.com Subject: Re: [PATCH][www] Deprecate MPX for GCC 7 In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (LSU 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-SW-Source: 2017-05/txt/msg01830.txt.bz2 On Tue, 23 May 2017, Jeff Law wrote: > On 05/23/2017 06:50 AM, Richard Biener wrote: > > > > Appearantly we forgot to officially deprecate MPX in GCC 7 changes.html. > > > > The following adds the missing note. > > > > Ok? > > > > Thanks, > > Richard. > > > > 2017-05-23 Richard Biener > > > > * gcc-7/changes.html: Deprecate MPX. > I don't recall deprecating MPX. I do recall deprecating Cilk+. Ok, maybe I misremember. > There's certainly folks at Intel fixing MPX related issues for GCC. Sure. But bootstrap with MPX is broken since forever and I don't see anybody using the feature -- plus it's maintainance burden is quite higher than Cilk+. Well. Let's keep it in mind then for GCC 8 deprecation. Disclaimer: I was asked if we can remove it right now because of its impact on cgraph code. Richard.