diff options
| author | Peter Klausler <35819229+klausler@users.noreply.github.com> | 2023-09-18 12:24:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-18 12:24:19 -0700 |
| commit | 94b4a98681bed2674d12888bffed597945fd065c (patch) | |
| tree | 5f7a2b94f243b4896493b9482e515f2f43ba28ad /lldb/source/Plugins/ScriptInterpreter/Python | |
| parent | 1212d1b511251de69939c8aa380f660373e26419 (diff) | |
| download | llvm-94b4a98681bed2674d12888bffed597945fd065c.zip llvm-94b4a98681bed2674d12888bffed597945fd065c.tar.gz llvm-94b4a98681bed2674d12888bffed597945fd065c.tar.bz2 | |
[flang] Fix bogus error w/ COMMON & EQUIVALENCE (#66254)
Semantic checking of COMMON blocks and EQUIVALENCE sets has an
assumption that the base storage sequence object of each COMMON block
object will also be in that COMMON block's list of objects, and emits an
error message when this is not the case. This assumption is faulty; it
is possible for a base object to have its COMMON block set during offset
assignment.
Fixes https://github.com/llvm/llvm-project/issues/65922.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions
