From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6141 invoked by alias); 3 Sep 2007 19:12:09 -0000 Received: (qmail 6126 invoked by uid 22791); 3 Sep 2007 19:12:08 -0000 X-Spam-Check-By: sourceware.org Received: from troutmask.apl.washington.edu (HELO troutmask.apl.washington.edu) (128.208.78.105) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 03 Sep 2007 19:12:04 +0000 Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.1/8.14.1) with ESMTP id l83JBZVJ042807; Mon, 3 Sep 2007 12:11:35 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.1/8.14.1/Submit) id l83JBZcw042806; Mon, 3 Sep 2007 12:11:35 -0700 (PDT) (envelope-from sgk) Date: Mon, 03 Sep 2007 19:12:00 -0000 From: Steve Kargl To: Jerry DeLisle Cc: Fortran List , gcc-patches Subject: Re: [patch, libfortran] PR33253 namelist: reading back a string with apostrophe Message-ID: <20070903191135.GA42742@troutmask.apl.washington.edu> References: <46DC598F.50905@verizon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46DC598F.50905@verizon.net> User-Agent: Mutt/1.4.2.3i 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-09/txt/msg00154.txt.bz2 On Mon, Sep 03, 2007 at 11:59:27AM -0700, Jerry DeLisle wrote: > > 2007-09-03 Jerry DeLisle > > PR libfortran/33253 > * io/list_read.c (read_character): Use DELIM_APOSTROPHE and > DELIM_QUOTE > in check of first character in string. > OK. -- Steve