Jerry DeLisle
2018-11-24 20:40:50 UTC
Hi all,
The attached patch adjusts the constraint of missing commas between
format specifiers by only allowing if std=legacy is given at compile time.
Several existing test cases are adjusted to be standard conforming.
Regression tested on x86-64-linux-gnu.
OK for trunk? (I will include the a change log for the testsuite.)
Jerry
2018-11-24 Jerry DeLisle <***@gcc.gnu.org>
PR libfortran/88052
* io/format.c (parse_format_list): Implement constraint which prohibits
missing commas between format specifiers unless -std=legacy is given.
The attached patch adjusts the constraint of missing commas between
format specifiers by only allowing if std=legacy is given at compile time.
Several existing test cases are adjusted to be standard conforming.
Regression tested on x86-64-linux-gnu.
OK for trunk? (I will include the a change log for the testsuite.)
Jerry
2018-11-24 Jerry DeLisle <***@gcc.gnu.org>
PR libfortran/88052
* io/format.c (parse_format_list): Implement constraint which prohibits
missing commas between format specifiers unless -std=legacy is given.