From patchwork Wed Jan 18 18:08:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Kargl X-Patchwork-Id: 136672 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 98909B6F98 for ; Thu, 19 Jan 2012 05:09:09 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1327514950; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Date:From:To:Subject:Message-ID:Mime-Version:Content-Type: Content-Disposition:User-Agent:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=GGxOU5A1ZRsds5KY4/xrAKwNbvA=; b=qDNNDrmXcgCGHdL 9T0ssKXq523QdpawEAzFDbWJlnc87UMmgcgiekFZIhXVq9m2ADVMFlfPIUpfTIeM DzMUmR2X/qv9vl+bpKKd1JMyMrRDh6uzAoH0Bh1nK0dDXt8jM6gFHk6cjW5E0mrQ vM7JwFHEVbzfNehYsplfG/AfYKX4= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Date:From:To:Subject:Message-ID:Mime-Version:Content-Type:Content-Disposition:User-Agent:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=uEtNkI1f9gQtHhw69xCOPSKiFmZAkln1hsGjXt6yumrSKv9LJZCXYltml2EP18 Vd1j44zVpZWUWkLmSpkiAcDUUuUvZsqwSTlF0mhtwDfRh7BlNZqlP8iZ/+gEMmts fQnWagHu+snaXCNfEN57DXRMUl7Y+nwc5mhLjh7Zgy2Zw=; Received: (qmail 11608 invoked by alias); 18 Jan 2012 18:08:58 -0000 Received: (qmail 11594 invoked by uid 22791); 18 Jan 2012 18:08:57 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL, BAYES_00, TW_WW, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from troutmask.apl.washington.edu (HELO troutmask.apl.washington.edu) (128.95.76.21) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 Jan 2012 18:08:44 +0000 Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.5/8.14.5) with ESMTP id q0II8hcM085770; Wed, 18 Jan 2012 10:08:43 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.5/8.14.5/Submit) id q0II8h0J085769; Wed, 18 Jan 2012 10:08:43 -0800 (PST) (envelope-from sgk) Date: Wed, 18 Jan 2012 10:08:43 -0800 From: Steve Kargl To: gcc-patches@gcc.gnu.org, fortran@gcc.gnu.org Subject: [wwwdocs] List new Fortran options under Fortran section Message-ID: <20120118180843.GA85742@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.4.2.3i 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 The attached patch documents the new Fortran options -freal-N-real-M and -finteger-4-integer-8. These options are used for promoting all entities of the first type to entities of the second type. OK to commit? PS: Is there a ChangeLog file for the wwwdoc repository? Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.74 diff -c -p -r1.74 changes.html *** changes.html 16 Jan 2012 08:39:01 -0000 1.74 --- changes.html 18 Jan 2012 18:05:27 -0000 *************** well.

*** 421,426 **** --- 421,439 ----

Fortran

    +
  • The compile options + -finteger-4-integer-8 has been added. This option + promotes all entities of type INTEGER(4) to + INTEGER(8). +
  • The compile flag -fstack-arrays has been added, which causes