[flang-commits] [flang] [Flang OpenMP] Add semantics checks for cray pointer usage in DSA list (PR #121028)

Kazu Hirata via flang-commits flang-commits at lists.llvm.org
Wed Jan 15 23:30:19 PST 2025


kazutakahirata wrote:

> ../llvm-project/flang/lib/Semantics/resolve-directives.cpp:2123:16: error: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Werror,-Wundefined-bool-conversion]

I'm also seeing the same warning (treated as an error because of `-Werror`).  Would you mind taking a look?  Thanks!


https://github.com/llvm/llvm-project/pull/121028


More information about the flang-commits mailing list