[flang][runtime] Enforce proper termination of list-directed input va… (#66244)
…lues Emit an error at runtime when a list-directed input value is not followed by a value separator or end of record. Previously, the runtime I/O library was consuming as many input characters that were valid for the type of the value, and leaving any remaining characters for the next input edit, if any.
Loading
Please sign in to comment