Skip to content

Commit bc9b4c1

Browse files
authored
[flang] Disable three error tests (#122)
Some interoperability checks are being relaxed in an upcoming change to the compiler, and an error has been downgraded to a portability warning. This will cause these three tests to "fail" due to lack of a fatal error, so I'm disabling them now to prevent build bot failures. If I knew how to run these tests with "-pedantic -Werror", I would do that instead.
1 parent cbbc877 commit bc9b4c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,6 +1430,9 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
14301430
# Tests that used to be hard errors, are now warnings, need -pedantic to
14311431
# observe them
14321432
interface_6.f90
1433+
interop_params.f03
1434+
iso_c_binding_class.f03
1435+
pr85877.f90
14331436

14341437
# Tests that would be errors if we supported options to enable checks
14351438
dec_structure_24.f90

0 commit comments

Comments
 (0)