Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure that module scope variables of extern types are default ini…
…talized (#26417) Fixes an issue where module scope variables of an extern type where not default initialized properly. This was caused by a dead store of `PRIM_ZERO_VARIABLE` to a temporary, created by `makeHeapAllocations` in the `parallel` pass. The fix is to just set the temporary back to the "pointer" This PR also adds a NUMLOCALES file to some C extern tests to ensure they are run in nightly gasnet+asan tests Resolves #26406 Testing - [x] ran `start_test` with GASNet + ASAN tesing on `test/extern/bharshbarg/` and `test/extern/ferguson/` - [x] full paratest without comm - [x] full paratest with comm [Reviewed by @mppf]
- Loading branch information