Skip to content

[Fortran/gfortran] Use -O0 for cshift_bounds_[34]. #191

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 3 commits into from
Dec 12, 2024
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
6 changes: 6 additions & 0 deletions Fortran/gfortran/regression/DisabledFiles.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1642,6 +1642,12 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
maxloc_bounds_5.f90
ptr_func_assign_1.f08

# 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:
cshift_bounds_3.f90
cshift_bounds_4.f90

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

Expand Down