File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Fortran/gfortran/regression Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -1626,9 +1626,19 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
1626
1626
1627
1627
# Tests looking for runtime errors (e.g., bound checks). Correctly
1628
1628
# caught by flang runtime, but not caught with Flang optimizations,
1629
- # e.g. due to intrinsics inlining. These can pass with -O0:
1629
+ # e.g. due to intrinsics inlining.
1630
+ # Until https://github.com/orgs/llvm/projects/12?pane=issue&itemId=29048733
1631
+ # is implemented, they can only pass at -O0:
1632
+ all_bounds_1.f90
1630
1633
cshift_bounds_3.f90
1631
1634
cshift_bounds_4.f90
1635
+ maxloc_bounds_1.f90
1636
+ maxloc_bounds_2.f90
1637
+ maxloc_bounds_4.f90
1638
+ maxloc_bounds_8.f90
1639
+ maxloc_bounds_7.f90
1640
+ pack_bounds_1.f90
1641
+ spread_bounds_1.f90
1632
1642
1633
1643
# Bad test, assigning an 11 elements array to a 12 elements array.
1634
1644
transfer_array_intrinsic_4.f90
You can’t perform that action at this time.
0 commit comments