From 0ab9a9c20ddcd17718b1b6ea529d50bbee2baa13 Mon Sep 17 00:00:00 2001 From: Slava Zakharin Date: Mon, 18 Aug 2025 13:06:39 -0700 Subject: [PATCH] [Fortran/gfortran] Disable buounds-check test for EOSHIFT. The test will start failing at >-O0, when I reland https://github.com/llvm/llvm-project/pull/153106 The bounds checking is not yet supported for HLFIR inlined intrinsics. Related feature request: https://github.com/orgs/llvm/projects/12?pane=issue&itemId=29048733 --- Fortran/gfortran/regression/DisabledFiles.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Fortran/gfortran/regression/DisabledFiles.cmake b/Fortran/gfortran/regression/DisabledFiles.cmake index b2f467d8ef..4e3c2c23b0 100644 --- a/Fortran/gfortran/regression/DisabledFiles.cmake +++ b/Fortran/gfortran/regression/DisabledFiles.cmake @@ -1617,6 +1617,7 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS all_bounds_1.f90 cshift_bounds_3.f90 cshift_bounds_4.f90 + eoshift_bounds_1.f90 inline_matmul_15.f90 matmul_5.f90 matmul_bounds_11.f90