Skip to content

Commit 0ab9a9c

Browse files
committed
[Fortran/gfortran] Disable buounds-check test for EOSHIFT.
The test will start failing at >-O0, when I reland llvm/llvm-project#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
1 parent 6ea7054 commit 0ab9a9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1617,6 +1617,7 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
16171617
all_bounds_1.f90
16181618
cshift_bounds_3.f90
16191619
cshift_bounds_4.f90
1620+
eoshift_bounds_1.f90
16201621
inline_matmul_15.f90
16211622
matmul_5.f90
16221623
matmul_bounds_11.f90

0 commit comments

Comments
 (0)