File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Fortran/gfortran/regression Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,6 @@ file(GLOB UNSUPPORTED_FILES CONFIGURE_DEPENDS
33
33
dec_io_2a.f90 # fseek
34
34
fgetc_1.f90 # fgetc, fputc
35
35
fgetc_2.f90 # fgetc, fputc
36
- fseek.f90 # fseek
37
- ftell_1.f90 # ftell
38
- ftell_2.f90 # ftell
39
- ftell_3.f90 # ftell
40
36
inquire_10.f90 # getcwd
41
37
int_conv_1.f90 # int2, int8
42
38
itime_idate_1.f # itime, idate
@@ -1870,4 +1866,9 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
1870
1866
1871
1867
# Tests expect semantic errors that are not raised.
1872
1868
c_sizeof_7.f90
1869
+
1870
+ # We allow USE association of a subprogram's name into its scope, with a portability
1871
+ # warning, so long as it is not used in that scope.
1872
+ use_15.f90
1873
+ use_rename_8.f90
1873
1874
)
You can’t perform that action at this time.
0 commit comments