From patchwork Sat Mar 8 20:05:57 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 328241 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 3C7F92C00D1 for ; Sun, 9 Mar 2014 07:06:10 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type; q=dns; s=default; b=IiIoMMYkQY/klDoma FIk1OKRn98UPb3pWIdY9ubq4i0+63zOBZtDQZpGiDOR0MESpoQoqJFANx05l9Q6Z xVtaugPJLKIP4oU7wvqoYYe7rVscgBSkHIbhtc82za/Ci7auHbJ7pT/9Okx4RZCQ y3hrpWmf+BhKWzOe8Tn6v8TGb0= 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 :message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type; s=default; bh=iPX8HTTsEYO0Qvawirq1ZCZ 5vaY=; b=vDuYnJPqtlkxg8QyLgBP0EKhXUXRfeQL8jKWwkm2ipzUgjrpM+ktDET BroPa9xzyWZMRXCugHWqwdwrvkMD76bofUJNobb1cxKlqaCF+8rus1TpFmRRhda1 zghqP3Tm2fpzwEAubNXmUYdH+YgJ89nxEY9dVBctHLm/ew6UrQ9g= Received: (qmail 21387 invoked by alias); 8 Mar 2014 20:06:04 -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 21376 invoked by uid 89); 8 Mar 2014 20:06:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: mx02.qsc.de Received: from mx02.qsc.de (HELO mx02.qsc.de) (213.148.130.14) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sat, 08 Mar 2014 20:06:01 +0000 Received: from tux.net-b.de (port-92-194-14-144.dynamic.qsc.de [92.194.14.144]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx02.qsc.de (Postfix) with ESMTPSA id 617F8276CB; Sat, 8 Mar 2014 21:05:57 +0100 (CET) Message-ID: <531B7825.8030302@net-b.de> Date: Sat, 08 Mar 2014 21:05:57 +0100 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: "Iyer, Balaji V" , Gerald Pfeifer CC: gcc-patches , Jakub Jelinek Subject: Re: [wwwdocs] RFC - mention Cilk Plus in the GCC 4.9 release notes References: <531B60A4.7050209@net-b.de> <531B6E35.3050803@net-b.de> <531B759C.80602@net-b.de> In-Reply-To: <531B759C.80602@net-b.de> Tobias Burnus wrote: > Iyer, Balaji V wrote: >> Thank you for catching this. Yes, it should be ABI 1.1 Actually, shouldn't this ABI 1.2? On http://www.cilkplus.org/ - one finds the statement: "The new specification (version 1.2) contains numerous corrections and clarifications. No new features were added, but the existing features are much more precisely described." - Hence, ABI 1.1 should also match ABI version 1.2. Or should we simply remove the ABI version completely? I have attached such a patch? OK for the trunk / the webserver? Tobias 2014-03-08 Tobias Burnus * doc/invoke.texi (-fcilkplus): Update implementation status. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 2ee091a..8cb551f 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1888,13 +1888,11 @@ are ignored. @cindex Enable Cilk Plus Enable the usage of Cilk Plus language extension features for C/C++. When the option @option{-fcilkplus} is specified, enable the usage of -the Cilk Plus Language extension features for C/C++. The present -implementation follows ABI version 0.9. This is an experimental -feature that is only partially complete, and whose interface may -change in future versions of GCC as the official specification -changes. Currently only the array notation feature of the language -specification has been implemented. More features will be implemented -in subsequent release cycles. +the Cilk Plus Language extension features for C/C++. This is an +experimental feature that is only partially complete, and whose +interface may change in future versions of GCC as the official +specification changes. Currently, all features but @code{_Cilk_for} +have been implemented. @item -fgnu-tm @opindex fgnu-tm