From patchwork Wed Dec 31 17:26:59 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 424813 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 B16EA1400D2 for ; Thu, 1 Jan 2015 04:27:23 +1100 (AEDT) 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:subject:content-type; q= dns; s=default; b=SSlbdkzWVPpiR4aKhKFzzgUb1TTNFen707LZs5ygpPfmNE tYJircmh+2FjkU7/wmeAIxxm/+A9aV3Vv2CN24NFnjAnk26DEJrGuK0HevkYAxLo SjWUykw9BNMT7oLlccUuftArZrhjvO33UBuVnTQzi7WLgYDj0OOFpg+aLO//o= 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:subject:content-type; s= default; bh=oD15MXwZMInVj06tdic2SQP7ceM=; b=HYUIBgQwk6WQrj0XB/14 4uHv4+lG4nV9qI5NLufixi30//6MI5RPRL/epU3tWG5XdQXOWqPZM3PoK8iQDuj/ S92tuNLxcv1KhXY0rwXy87qh73zUYu/SOquE5YwMDN9ezo2RnZopMTVKk3YymfVr wnuVKlVLbLFBWKL0tJXvx30= Received: (qmail 5147 invoked by alias); 31 Dec 2014 17:27:11 -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 5129 invoked by uid 89); 31 Dec 2014 17:27:11 -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 autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: outpost5.zedat.fu-berlin.de Received: from outpost5.zedat.fu-berlin.de (HELO outpost5.zedat.fu-berlin.de) (130.133.4.89) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 31 Dec 2014 17:27:10 +0000 Received: from relay1.zedat.fu-berlin.de ([130.133.4.67]) by outpost.zedat.fu-berlin.de (Exim 4.82) with esmtp (envelope-from ) id <1Y6N35-001n4k-Eh>; Wed, 31 Dec 2014 18:27:07 +0100 Received: from squeeze64.physik.fu-berlin.de ([160.45.66.239] helo=tux.net-b.de) by relay1.zedat.fu-berlin.de (Exim 4.82) with esmtp (envelope-from ) id <1Y6N34-00471s-2W>; Wed, 31 Dec 2014 18:27:07 +0100 Message-ID: <54A431E3.9040605@net-b.de> Date: Wed, 31 Dec 2014 18:26:59 +0100 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: gcc-patches , gfortran Subject: [www-data, patch, committed] gcc-5/changed.html: Fortran: Add F2015's ERROR STOP in pure Committed patch attached. Tobias Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.55 diff -p -u -r1.55 changes.html --- changes.html 30 Dec 2014 18:17:15 -0000 1.55 +++ changes.html 31 Dec 2014 17:19:09 -0000 @@ -380,6 +380,7 @@ void operator delete[] (void *, std::siz
  • Fortran 2015:
    • Support for IMPLICIT NONE (external, type).
    • +
    • ERROR STOP is now permitted in pure procedures.