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
1199
1199
pr90290.f90
1200
1200
pr91564.f90
1201
1201
rank_3.f90
1202
+ assumed_rank_5.f90
1202
1203
1203
1204
# Requires behaviour specific to -std=f2008 and fails with -std=f2018.
1204
1205
finalize_38a.f90
@@ -1846,4 +1847,7 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
1846
1847
1847
1848
# Test needs to add -pedantic to show the error
1848
1849
pr32601.f03
1850
+
1851
+ # Tests expect semantic errors that are not raised.
1852
+ c_sizeof_7.f90
1849
1853
)
Original file line number Diff line number Diff line change @@ -124,4 +124,9 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
124
124
# These files are expected to fail to compile, but succeed instead.
125
125
c516.f90
126
126
c524a.f90
127
+ c535b-3.f90
128
+ c535c-1.f90
129
+ c535c-2.f90
130
+ c535c-3.f90
131
+ c535c-4.f90
127
132
)
You can’t perform that action at this time.
0 commit comments