This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [patch, fortran] [5/6 Regression] Line continuation followed by comment character in string fails to compile
- From: Jerry DeLisle <jvdelisle at charter dot net>
- To: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- Cc: gfortran <fortran at gcc dot gnu dot org>, gcc patches <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 16 May 2015 10:45:10 -0700
- Subject: Re: [patch, fortran] [5/6 Regression] Line continuation followed by comment character in string fails to compile
- Authentication-results: sourceware.org; auth=none
- References: <55540130 dot 5080206 at charter dot net> <555759B6 dot 1070901 at charter dot net> <20150516151156 dot GA89083 at troutmask dot apl dot washington dot edu>
On 05/16/2015 08:11 AM, Steve Kargl wrote:
> On Sat, May 16, 2015 at 07:52:38AM -0700, Jerry DeLisle wrote:
>> * ping *
>>
>>> 2015-05-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
>>>
>>> PR fortran/65903
>>> * io.c (format_lex): Change to NONSTRING when checking for
>>> possible doubled quote.
>>> * scanner.c (gfc_next_char_literal): Revert change from 64506,
>>> add a check for quotes, and return.
>>>
>
> OK.
>
Thanks Steve,
Committed revision 223248.