Commit 0f44062
committed
[flang][runtime] Block bad left tabbing in child I/O
Child I/O subroutines are not supposed to use T or TL
control edit descriptors in formats to move the position
in the current record to a point before where it stood at
the time of their calls (F'2023 12.6.4.8.3 paragraph 18),
but we should also guard against attempts to do so, using the
same means used to prevent such attempts in non-advancing I/O.
Fixes #158723.1 parent 8ae3aea commit 0f44062
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
827 | 827 | | |
828 | 828 | | |
829 | 829 | | |
| 830 | + | |
830 | 831 | | |
831 | 832 | | |
832 | 833 | | |
| |||
0 commit comments