| Issue |
178619
|
| Summary |
[Flang] asynchronous parameter in open and read do not match
|
| Labels |
flang
|
| Assignees |
|
| Reporter |
SunilKuravinakop
|
```
open(newunit=unit, file="data3.txt", &
status="old", action="" asynchronous="yes")
read(unit,*, asynchronous="no") buf
```
In the above example asynchronous has "yes" in the `open` statement but, "no" in the read statement. flang frontend does not check for consistency.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs