From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27606 invoked by alias); 26 Mar 2007 21:40:20 -0000 Received: (qmail 27560 invoked by uid 22791); 26 Mar 2007 21:40:18 -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; Mon, 26 Mar 2007 22:40:16 +0100 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1HVwv4-0001Nu-H5 for gcc-patches@gcc.gnu.org; Mon, 26 Mar 2007 23:40:02 +0200 Received: from dnab42a4dd.stanford.edu ([171.66.164.221]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Mar 2007 23:40:02 +0200 Received: from brooks.moses by dnab42a4dd.stanford.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Mar 2007 23:40:02 +0200 To: gcc-patches@gcc.gnu.org From: Brooks Moses Subject: Re: [patch, fortran] lang.opt: Adjust documentation. Date: Mon, 26 Mar 2007 21:50:00 -0000 Message-ID: <46083CDA.5070000@codesourcery.com> References: <46056899.4090302@codesourcery.com> <74B94810-2ED1-4232-B46F-EBF362832D06@apple.com> <4606F2BC.2090600@codesourcery.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------050506010405000004070806" User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) In-Reply-To: <4606F2BC.2090600@codesourcery.com> 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/msg01728.txt.bz2 This is a multi-part message in MIME format. --------------050506010405000004070806 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 555 Brooks Moses wrote: > Currently, something seems to be broken in the gcc -v --help output for > C and C++ (it's reporting "The following options are specific to the > language C: No options with the desired characteristics were found"), so > I can't actually tell what this is doing. However, the new system does > seem to be written under the assumption that all *.opt files that list > an option give it the same documentation string, so I will apply the > other parts of this patch but leave this bit out. And committed, as attached. - Brooks --------------050506010405000004070806 Content-Type: text/x-patch; name="lang-opt-descriptions_2.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="lang-opt-descriptions_2.diff" Content-length: 450 Index: lang.opt =================================================================== --- lang.opt (revision 123170) +++ lang.opt (working copy) @@ -219,7 +219,7 @@ fpack-derived Fortran -Try to layout derived types as compact as possible +Try to lay out derived types as compactly as possible fpreprocessed Fortran @@ -263,7 +263,7 @@ std=gnu Fortran -Conform nothing in particular +Conform to nothing in particular std=legacy Fortran --------------050506010405000004070806--