File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Fortran/gfortran/regression Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1199,6 +1199,7 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
11991199 pr90290.f90
12001200 pr91564.f90
12011201 rank_3.f90
1202+ assumed_rank_5.f90
12021203
12031204 # Requires behaviour specific to -std=f2008 and fails with -std=f2018.
12041205 finalize_38a.f90
@@ -1846,4 +1847,7 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
18461847
18471848 # Test needs to add -pedantic to show the error
18481849 pr32601.f03
1850+
1851+ # Tests expect semantic errors that are not raised.
1852+ c_sizeof_7.f90
18491853)
Original file line number Diff line number Diff line change @@ -124,4 +124,9 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
124124 # These files are expected to fail to compile, but succeed instead.
125125 c516.f90
126126 c524a.f90
127+ c535b-3.f90
128+ c535c-1.f90
129+ c535c-2.f90
130+ c535c-3.f90
131+ c535c-4.f90
127132)
You can’t perform that action at this time.
0 commit comments