[flang-commits] [flang] [flang] Produce warning instead of error when bound checking arrays (PR #83011)
Michael Klemm via flang-commits
flang-commits at lists.llvm.org
Mon Feb 26 10:03:49 PST 2024
mjklemm wrote:
> if it's true in NWChem, it's a bug and we will fix it. i want to know about these errors by default. i don't recall this issue when i compiled NWChem with `flang-new`, FWIW.
It's the usage of `mb_dbl` and it's friends. All their accesses through out the code are outside of the their definition, which is `mb_dbl(2)` in a `common` block.
https://github.com/llvm/llvm-project/pull/83011
More information about the flang-commits
mailing list