You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[flang][runtime] Disable namelist storage sequence input when defined
The runtime supports a near-universal extension to namelist input
that allows reading a sequence of values into a storage sequence
beginning at an array element, e.g. &NML A(2)=1. 2. 3. / .
Disable this extension when the type of the array has a defined
formatted READ subroutine defined. That defined input procedure
may itself not be using list-directed input, and might not
notice a following slash or new input item name as such.
Fixes#158496.
0 commit comments