Fortran specifically allows character-valued I/O specifiers
to have trailing blanks, e.g. OPEN(666,STATUS='SCRATCH ').
The runtime I/O library already handles them, but the I/O
static checks in semantics do not.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo