Commit b36b249
committed
[flang] Silence inappropriate error message
A recent patch added better compatibility checking for actual
procedure arguments, but it has led to a few failures in the Fujitsu
Fortran test suite in cases of NULL() actual arguments being
associated with dummy procedure pointers. As is the case with
dummy data pointers, these must always be accepted.
Fixes Fujitsu Fortran test cases 0249_0023 through 0028 and
0387_0047.1 parent b0a4b5b commit b36b249
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2536 | 2536 | | |
2537 | 2537 | | |
2538 | 2538 | | |
| 2539 | + | |
| 2540 | + | |
| 2541 | + | |
| 2542 | + | |
| 2543 | + | |
| 2544 | + | |
| 2545 | + | |
| 2546 | + | |
| 2547 | + | |
2539 | 2548 | | |
2540 | 2549 | | |
2541 | 2550 | | |
| |||
0 commit comments