On Fri, Nov 01, 2019 at 03:48:04PM -0700, Jerry DeLisle wrote: > > The attached patch provides frontend and runtime modifications to allow the > subject format specifiers. These are allowed as default behavior and under > -std=f2018. > > It does not implement the ew.de0 specifier. I decided to do that part > separarately since it involves different places in the code. > > I will to a Changlog for the testsuite changes. In summary: > > modified: fmt_error_10.f to allow it to pass. > modified: fmt_error_7.f likewise. > modified: fmt_error_9.f likewise. > new file: fmt_zero_width.f90 to test the new features. > > Regression tested on x86_64-pc-linux-gnu. > > OK for trunk? >
OK. --