Skip to content

[Fortran/gfortran] Disable bounds-check tests. #196

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion Fortran/gfortran/regression/DisabledFiles.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1626,9 +1626,19 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS

# Tests looking for runtime errors (e.g., bound checks). Correctly
# caught by flang runtime, but not caught with Flang optimizations,
# e.g. due to intrinsics inlining. These can pass with -O0:
# e.g. due to intrinsics inlining.
# Until https://github.com/orgs/llvm/projects/12?pane=issue&itemId=29048733
# is implemented, they can only pass at -O0:
all_bounds_1.f90
cshift_bounds_3.f90
cshift_bounds_4.f90
maxloc_bounds_1.f90
maxloc_bounds_2.f90
maxloc_bounds_4.f90
maxloc_bounds_8.f90
maxloc_bounds_7.f90
pack_bounds_1.f90
spread_bounds_1.f90

# Bad test, assigning an 11 elements array to a 12 elements array.
transfer_array_intrinsic_4.f90
Expand Down