This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, Fortran] PR32555 re-allow zero to precede the P edit descriptor


Tobias Burnus wrote:
:ADDPATCH fortran:

My patch for rejecting the "i0" edit decriptor in READ caused a
regression in the NIST test suite by fixing format_lex() such that it
can also return FMT_ZERO.

"k P" seems to be the only place where a preceding number is allowed to
be zero (or negative).

Build (yesterday's svn version)
and regression tested (x86-64/Linux). Ok for the trunk?

Tobias

OK, I confirmed this fixes the NIST failures I was seeing.

Thanks,

Jerry


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]