Commit 06fb26c
authored
[flang] Silence bogus error (#160173)
One of the checks for implicitly-typed names under IMPLICIT NONE has a
false positive case for USE-associated items in COMMON blocks.
Fixes llvm/llvm-project#159977.1 parent ea5262f commit 06fb26c
File tree
2 files changed
+13
-1
lines changed- flang
- lib/Semantics
- test/Semantics
2 files changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3359 | 3359 | | |
3360 | 3360 | | |
3361 | 3361 | | |
3362 | | - | |
| 3362 | + | |
| 3363 | + | |
3363 | 3364 | | |
3364 | 3365 | | |
3365 | 3366 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments