From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92082 invoked by alias); 2 Mar 2018 16:43:01 -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 92061 invoked by uid 89); 2 Mar 2018 16:43:00 -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,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= 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; Fri, 02 Mar 2018 16:42:59 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 44A36C04AC5C; Fri, 2 Mar 2018 16:42:58 +0000 (UTC) Received: from localhost.localdomain (ovpn-112-22.rdu2.redhat.com [10.10.112.22]) by smtp.corp.redhat.com (Postfix) with ESMTP id 720F560BEB; Fri, 2 Mar 2018 16:42:57 +0000 (UTC) Subject: Re: [patch] remove cilk-plus To: Thomas Schwinge , GCC Patches Cc: "Koval, Julia" References: <4E89A029A0F8D443B436A5167BA3C53F42AD12C2@IRSMSX101.ger.corp.intel.com> <87k1uucu3n.fsf@euler.schwinge.homeip.net> From: Jeff Law Message-ID: <7d762712-45f1-6537-a7e2-d33c100330e4@redhat.com> Date: Fri, 02 Mar 2018 16:43:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <87k1uucu3n.fsf@euler.schwinge.homeip.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-03/txt/msg00129.txt.bz2 On 03/02/2018 09:36 AM, Thomas Schwinge wrote: > Hi! > > On Thu, 16 Nov 2017 15:33:40 +0000, "Koval, Julia" wrote: >> Hi, this patch removes cilkplus. > > I noticed a few remaining bits, that I convinced myself are obvious > enough; committed to trunk in r258141: > > commit bd571ec47012c4ee50ef028024276ab02f5c15ec > Author: tschwinge > Date: Fri Mar 2 16:35:26 2018 +0000 > > More Cilk Plus removal > > contrib/ > * update-copyright.py: Remove "libcilkrts" reference. > gcc/c-family/ > * c-attribs.c (c_common_attribute_table): Remove "cilk simd > function". > gcc/ > * doc/invoke.texi: Remove "Cilk Plus" references. Thanks. Yea, this certainly qualifies as obvious :-) jeff