[flang-commits] [flang] [flang][HLFIR] fix FORALL issue 120190 (PR #120236)
KAWASHIMA Takahiro via flang-commits
flang-commits at lists.llvm.org
Wed Dec 18 00:21:46 PST 2024
kawashima-fj wrote:
> Our CI detected several errors for #118070. Some errors were fixed by PR #119219 (issue #118922) and some other errors are fixed by this PR (issue #120190). However two programs ([Fujitsu-Fortran-0073_0030](https://github.com/fujitsu/compiler-test-suite/blob/main/Fortran/0073/0073_0030.f90) and [Fujitsu-Fortran-0073_0031](https://github.com/fujitsu/compiler-test-suite/blob/main/Fortran/0073/0073_0031.f90)) are still in error with `-O3 -fopenmp -flto -fuse-ld=lld`. There is a possibility that the test program is invalid. I'm trying to identify the cause.
I confirmed the remaining two errors are actually caused by a compiler bug but not directly related to your #118070. A simplified test program crashes with older Flang (before merge of #118070). I'll submit a separate bug report.
I'm happy with this PR regarding #120190. Thanks!
https://github.com/llvm/llvm-project/pull/120236
More information about the flang-commits
mailing list