From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29131 invoked by alias); 11 Apr 2011 08:59:05 -0000 Received: (qmail 29111 invoked by uid 22791); 11 Apr 2011 08:59:04 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mx02.qsc.de (HELO mx02.qsc.de) (213.148.130.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Apr 2011 08:58:56 +0000 Received: from [192.168.178.22] (port-92-204-29-161.dynamic.qsc.de [92.204.29.161]) by mx02.qsc.de (Postfix) with ESMTP id 7ECDB1E3EC; Mon, 11 Apr 2011 10:58:55 +0200 (CEST) Message-ID: <4DA2C2CE.4060808@net-b.de> Date: Mon, 11 Apr 2011 08:59:00 -0000 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206 SUSE/3.1.7 Thunderbird/3.1.7 MIME-Version: 1.0 To: gcc patches , gfortran Subject: [wwwdata, committed] gcc-4.7/changes.html: Update Fortran section Content-Type: multipart/mixed; boundary="------------080900040807080806040106" 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 X-SW-Source: 2011-04/txt/msg00728.txt.bz2 This is a multi-part message in MIME format. --------------080900040807080806040106 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 298 Hi all, I have committed the attached patch as obvious. Changes: - Add id="fortran" to

(as it was in previous release notes; there are people directly linking to it (Hi! Hi Toon!)) - Fixed a typo (optim(i)zation) - For the flags, link to the documentation - Mention coarray changes Tobias --------------080900040807080806040106 Content-Type: text/x-patch; name="commit.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="commit.diff" Content-length: 1990 Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.8 diff -u -r1.8 changes.html --- changes.html 10 Apr 2011 10:39:13 -0000 1.8 +++ changes.html 11 Apr 2011 08:53:50 -0000 @@ -59,17 +59,29 @@

Runtime Library (libstdc++)

-

Fortran

+

Fortran

  • Front-end optimizations can now be selected by the - -ffrontend-optimize option and deselected by + -ffrontend-optimize option and deselected by the -fno-frontend-optimize option.
  • When front-end optimization removes a function call, - -Wfunction-elimination warns about that.
  • -
  • When performing front-end-optimzation, the - -faggressive-function-elimination option + -Wfunction-elimination warns about that.
  • +
  • When performing front-end-optimization, the + -faggressive-function-elimination option allows the removal of duplicate function calls even for impure functions.
  • +
  • Fortran 2008: +

Java (GCJ)

--------------080900040807080806040106--