Issue |
83278
|
Summary |
[Flang] Missing diagnose when using elemental intrinsic to declare a procedure pointer
|
Labels |
bug,
flang:frontend
|
Assignees |
|
Reporter |
DanielCChen
|
Consider the following code:
```
procedure(abs), pointer :: pp1
end
```
The standard says:
```
C1517 (R1512) If a proc-interface describes an elemental procedure, each procedure-entity-name shall specify an external procedure.
```
Flang currently compiles the above code successfully.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs