From patchwork Mon Apr 11 08:58:54 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 90573 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]) by ozlabs.org (Postfix) with SMTP id 5C667B6F16 for ; Mon, 11 Apr 2011 18:59:10 +1000 (EST) 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 10:58:54 +0200 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 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 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 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)