Re: [patch,fortran] PR78622 [F03] Incorrect parsing of quotes in the char-literal-constant of the DT data descriptor

2016-12-16 Thread Janne Blomqvist
On Fri, Dec 16, 2016 at 4:16 AM, Jerry DeLisle wrote: > Hi all, > > The attached patch regression tested on x86-64-linux. > > This adds a static function to allocate and extract the DT format string > that may contain doubled quotes. > > OK for trunk, test case also

[patch,fortran] PR78622 [F03] Incorrect parsing of quotes in the char-literal-constant of the DT data descriptor

2016-12-15 Thread Jerry DeLisle
Hi all, The attached patch regression tested on x86-64-linux. This adds a static function to allocate and extract the DT format string that may contain doubled quotes. OK for trunk, test case also attched. Jerry 2016-12-16 Jerry DeLisle PR fortran/78622