[flang-commits] [flang] [flang][OpenMP] Fix crash when arrays used in LINEAR clause (PR #175383)
Krish Gupta via flang-commits
flang-commits at lists.llvm.org
Mon Jan 12 19:14:51 PST 2026
KrxGu wrote:
> > I think this patch broke `flang/test/Semantics/OpenMP/linear-clause01.f90 `.
> > (EDIT: more likely to be our problem downstream; don't revert or anything)
>
> We saw the failure on the same test case. @KrxGu could you please take a look? Thanks!
>
> bot: https://lab.llvm.org/buildbot/#/builders/140/builds/36904
Apologies for the test breakage! I've identified the issue - the test expectations for the new scalar check didn't make it into the final merge. Working on a fix now, should have a PR up shortly. See issue 175688 for details.
https://github.com/llvm/llvm-project/pull/175383
More information about the flang-commits
mailing list