File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -810,7 +810,7 @@ function(gfortran_populate_tests)
810
810
list (TRANSFORM sources PREPEND ${CMAKE_CURRENT_SOURCE_DIR} /)
811
811
812
812
# Multi-file tests consist of a "main" file and a number of (possibly
813
- # non-Fortran dependents) . This the list of dependents.
813
+ # non-Fortran) dependents. This is the list of dependents.
814
814
set (rest)
815
815
816
816
# The tests in the configuration must be added to the used list even if the
Original file line number Diff line number Diff line change @@ -1086,6 +1086,10 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
1086
1086
pointer_check_3.f90
1087
1087
pointer_check_4.f90
1088
1088
1089
+ # This test fails with "STOP: code 2" when compiled with -O0, but passes at
1090
+ # higher optimization levels.
1091
+ pr117797.f90
1092
+
1089
1093
# ---------------------------------------------------------------------------
1090
1094
#
1091
1095
# These tests are expected to raise a runtime error, but currently don't.
You can’t perform that action at this time.
0 commit comments