From 08d7ec58ee525341e422899aadb7503d60bedc85 Mon Sep 17 00:00:00 2001 From: Razvan Lupusoru Date: Tue, 29 Jul 2025 13:51:30 -0700 Subject: [PATCH] [Fortran/goacc] Disable routine-3 The test routine-3 fails after: https://github.com/llvm/llvm-project/pull/149614 This is because the OpenACC spec requires for all do loop induction variables to be privatized, but the private recipe does not yet have a materialization implementation. Thus disable it in the same way other tests in same category fail. --- Fortran/gfortran/regression/goacc/DisabledFiles.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Fortran/gfortran/regression/goacc/DisabledFiles.cmake b/Fortran/gfortran/regression/goacc/DisabledFiles.cmake index fd1b56c9ba..b205bcb564 100644 --- a/Fortran/gfortran/regression/goacc/DisabledFiles.cmake +++ b/Fortran/gfortran/regression/goacc/DisabledFiles.cmake @@ -91,6 +91,7 @@ file(GLOB SKIPPED_FILES CONFIGURE_DEPENDS private-explicit-parallel-1.f95 private-explicit-serial-1.f95 private-predetermined-serial-1.f95 + routine-3.f90 serial-tree.f95 # error: unsupported OpenACC operation: acc.reduction