From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10951 invoked by alias); 24 Mar 2007 18:45:01 -0000 Received: (qmail 10941 invoked by uid 22791); 24 Mar 2007 18:45:01 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 24 Mar 2007 18:44:57 +0000 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1HVB9m-00078a-Lx for gcc-patches@gcc.gnu.org; Sat, 24 Mar 2007 19:40:02 +0100 Received: from dnab42a48f.stanford.edu ([171.66.164.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 24 Mar 2007 19:40:02 +0100 Received: from brooks.moses by dnab42a48f.stanford.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 24 Mar 2007 19:40:02 +0100 To: gcc-patches@gcc.gnu.org From: Brooks Moses Subject: [patch, fortran] lang.opt: Adjust documentation. Date: Sat, 24 Mar 2007 19:29:00 -0000 Message-ID: <46056899.4090302@codesourcery.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------090501050802070403010805" User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) Cc: fortran@gcc.gnu.org X-IsSubscribed: yes 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: 2007-03/txt/msg01614.txt.bz2 This is a multi-part message in MIME format. --------------090501050802070403010805 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 768 This patch edits a few descriptions in lang.opt. The reason that it's not committed as obvious is that it removes -fpreprocessed from the "gfortran --help" output. (It's not documented in the invoke.texi documentation either.) As best I could tell from how this is used, it seems to be a "for internal use only" option, but I'm not sure of that and would like to have confirmation before committing this. Comments, anyone? ------------------------------------------------------------------ 2007-03-24 Brooks Moses * lang.opt: Minor edits to descriptions. ------------------------------------------------------------------ Tested with "make check-fortran" on i686-pc-linux-gnu. Ok for mainline? Thanks much! - Brooks --------------090501050802070403010805 Content-Type: text/x-patch; name="lang-opt-descriptions.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="lang-opt-descriptions.diff" Content-length: 578 Index: lang.opt =================================================================== --- lang.opt (revision 123170) +++ lang.opt (working copy) @@ -219,11 +219,11 @@ fpack-derived Fortran -Try to layout derived types as compact as possible +Try to lay out derived types as compactly as possible fpreprocessed Fortran -Treat the input file as preprocessed +; For internal use only: Treat the input file as preprocessed frange-check Fortran @@ -263,7 +263,7 @@ std=gnu Fortran -Conform nothing in particular +Conform to nothing in particular std=legacy Fortran --------------090501050802070403010805--