From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72518 invoked by alias); 12 Apr 2015 20:31:04 -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 72497 invoked by uid 89); 12 Apr 2015 20:31:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients 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; Sun, 12 Apr 2015 20:31:02 +0000 Received: from tux.net-b.de (port-92-194-48-120.dynamic.qsc.de [92.194.48.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx02.qsc.de (Postfix) with ESMTPSA id 61D4224ADD; Sun, 12 Apr 2015 22:30:58 +0200 (CEST) Message-ID: <552AD601.40605@net-b.de> Date: Sun, 12 Apr 2015 20:31:00 -0000 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: gcc-patches , gfortran , Gerald Pfeifer Subject: [wwwdocs, patch, committed] gcc-5/changes.html - minor Fortran update Content-Type: multipart/mixed; boundary="------------040801000309000908020903" X-SW-Source: 2015-04/txt/msg00533.txt.bz2 This is a multi-part message in MIME format. --------------040801000309000908020903 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-length: 416 Small Fortran update for https://gcc.gnu.org/gcc-5/changes.html : The main issue with coarray locking has been solved :-) Hence, I committed the patch as obvious. Tobias PS: Gerald: Regarding the approval for "gcc-5/changes.html: Mention that C FE can be build as libcc1.so": I withdraw/drew the patch based on Jakub's comments. Thus, I leave the annoucement to https://sourceware.org/gdb/download/ANNOUNCEMENT --------------040801000309000908020903 Content-Type: text/x-patch; name="committed.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="committed.diff" Content-length: 869 Index: htdocs/gcc-5/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.103 diff -u -p -r1.103 changes.html --- htdocs/gcc-5/changes.html 12 Apr 2015 01:03:08 -0000 1.103 +++ htdocs/gcc-5/changes.html 12 Apr 2015 20:26:12 -0000 @@ -536,7 +536,7 @@ void operator delete[] (void *, std::siz
  • Coarrays: Full experimental support of Fortran 2008's coarrays with - -fcoarray=lib except for locking and allocatable/pointer + -fcoarray=lib except for allocatable/pointer components of derived-type coarrays. GCC currently only ships with a single-image library (libcaf_single), but multi-image support based on MPI and GASNet is provided by the libraries --------------040801000309000908020903--