From 5cfa132d9a6ce96b68e426a075730ddfbf212f16 Mon Sep 17 00:00:00 2001 From: Lee <68523399+IamYJLee@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:18:55 +0900 Subject: [PATCH 1/2] Fix makefile in MultiSource/UnitTests/Float (#113) "Makefile:9: *** invalid syntax in conditional. Stop." The error occurred and I fixed it. --- MultiSource/UnitTests/Float/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MultiSource/UnitTests/Float/Makefile b/MultiSource/UnitTests/Float/Makefile index 8fa46eaec..6edd6809b 100644 --- a/MultiSource/UnitTests/Float/Makefile +++ b/MultiSource/UnitTests/Float/Makefile @@ -6,7 +6,7 @@ PARALLEL_DIRS := # Tests in 'rounding' can run only if the target implements builtin functions # for rounding mode manipulation. -ifneq (, $filter($(ARCH), X86_64 AArch64) +ifneq (,$(filter $(ARCH), X86_64 AArch64)) PARALLEL_DIRS += rounding endif From dae2ca9c17ea88f52cd63f8167df7e52c913531e Mon Sep 17 00:00:00 2001 From: jeanPerier Date: Fri, 19 Apr 2024 11:36:33 +0200 Subject: [PATCH 2/2] [Fortran] enable gfortran masklr_2 (#115) Fixed by https://github.com/llvm/llvm-project/pull/87496 --- Fortran/gfortran/regression/DisabledFiles.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/Fortran/gfortran/regression/DisabledFiles.cmake b/Fortran/gfortran/regression/DisabledFiles.cmake index 75c791148..0a95b221e 100644 --- a/Fortran/gfortran/regression/DisabledFiles.cmake +++ b/Fortran/gfortran/regression/DisabledFiles.cmake @@ -531,7 +531,6 @@ file(GLOB SKIPPED_FILES CONFIGURE_DEPENDS # lowering bugs (reported) c_char_tests.f03 - masklr_2.F90 # Categorize and debug further bounds_check_17.f90 # needs -fcheck=bounds