[flang-commits] [flang] [flang][OpenMP] Enable delayed privatization for `omp parallel` by default (PR #90945)
Kareem Ergawy via flang-commits
flang-commits at lists.llvm.org
Tue Jun 11 20:44:10 PDT 2024
ergawy wrote:
> I'm also seeing 2 failures on gfortran testsuite (tested on AArch64):
>
> ```
> Failed Tests (2):
> test-suite :: Fortran/gfortran/regression/gomp/appendix-a/gfortran-regression-compile-regression__gomp__appendix-a__a_23_1_f90.test
> test-suite :: Fortran/gfortran/regression/gomp/appendix-a/gfortran-regression-compile-regression__gomp__appendix-a__a_23_3_f90.test
> ```
I think these were intermittently broken indeed. But merging with the latest main seems to fix them:
```
Total Discovered Tests: 6199
Passed: 6199 (100.00%)
```
Also, neither of them are OpenMP tests.
https://github.com/llvm/llvm-project/pull/90945
More information about the flang-commits
mailing list