[flang-commits] [clang] [flang] Revert "Revert "Revert "[Flang][Driver] Add a flag to control zero initializa…" (PR #123330)

via flang-commits flang-commits at lists.llvm.org
Fri Jan 17 06:12:53 PST 2025


jeanPerier wrote:

The determinism of the failure with this patch is disturbing and I think I now know why: you are adding a test with `module m1` (in flang/test/Lower/zero_init.f90), which is likely the source of the clash since `module_use.f90` is reading a module also named m1.

This means your patch to `module_use.f90` test did not fix the issue. I am just realizing `-J` in bbc is the path for intrinsic modules, so `-I` is probably the one needed, but maybe the best is just to `cd` into `%t` and run the test there (there is a precedent for doing cd %t in test/Lower/OpenMP/cfg-conversion-omp.private.f90).



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


More information about the flang-commits mailing list