From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16778 invoked by alias); 21 Aug 2007 11:29:10 -0000 Received: (qmail 16713 invoked by uid 22791); 21 Aug 2007 11:29:09 -0000 X-Spam-Check-By: sourceware.org Received: from an-out-0708.google.com (HELO an-out-0708.google.com) (209.85.132.241) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 21 Aug 2007 11:29:05 +0000 Received: by an-out-0708.google.com with SMTP id c3so143932ana for ; Tue, 21 Aug 2007 04:29:03 -0700 (PDT) Received: by 10.90.83.14 with SMTP id g14mr1707792agb.1187695743386; Tue, 21 Aug 2007 04:29:03 -0700 (PDT) Received: by 10.100.12.8 with HTTP; Tue, 21 Aug 2007 04:29:03 -0700 (PDT) Message-ID: <19c433eb0708210429g7e68a53anccffa19fcb8861c0@mail.gmail.com> Date: Tue, 21 Aug 2007 11:41:00 -0000 From: "=?ISO-8859-1?Q?Fran=E7ois-Xavier_Coudert?=" To: "Asher Langton" Subject: Re: [PATCH, fortran] PR20441 -finit-local-zero Cc: "Tobias Burnus" , "fortran@gcc.gnu.org" , gcc-patches In-Reply-To: <1953a4560708201048u3f8b95f4o873ee4204da0edca@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1953a4560708171312u705f5bf4ie9d8ce645d2f02b6@mail.gmail.com> <46C9C1C0.6070107@net-b.de> <1953a4560708201048u3f8b95f4o873ee4204da0edca@mail.gmail.com> 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-08/txt/msg01347.txt.bz2 >> PS: I wonder whether it makes sense to have -finit-character=c to >> initially character variables with, e.g. "XXXXXXXXXXXXXXXXXXXX". > > It makes sense, but I left it out because I didn't know if anyone > would find it useful. I can easily add an finit-character option, > though. I'd find it useful. I think -finit-character=32 would fill with spaces, and so on (ie, using a ASCII value as argument). FX