Skip to content

Commit 3bceed9

Browse files
committed
flang-new-20 segfault fixed by llvm/llvm-project#111454
1 parent 65ee2ff commit 3bceed9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

QA/runtests.mpi.unix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
export HYDRA_DEBUG=0
3333
# find memory leaks using this glibc feature that
3434
# initialized memory blocks to non-zero values
35-
if [[ -z "${USE_ASAN}" ]] && [[ "${FC}" != "flang-new-20" ]]; then
35+
#if [[ -z "${USE_ASAN}" ]] && [[ "${FC}" != "flang-new-20" ]]; then
36+
if [[ -z "${USE_ASAN}" ]]; then
3637
export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
3738
fi
3839
source ./qa_funcs.sh

0 commit comments

Comments
 (0)