Issue |
154560
|
Summary |
[flang] Missing diagnostic on `SIGN=` specifier being used on unformatted I/O
|
Labels |
flang:frontend
|
Assignees |
|
Reporter |
DanielCChen
|
Consider the following code:
```
open(5, file='sign03.tmp', form="unformatted", sign='suppress')
end
```
The standard only allows the `SIGN=` specifier on formatted I/O as:
```
The SIGN= specifier is permitted only for a connection for formatted input/output.
```
This case should be diagnosed.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs