Skip to content

Commit 9d32ec8

Browse files
authored
[flang] Disable two tests as error is being downgraded (#161)
Fortran/gfortran/regression/restricted_expression_2.f90 and Fortran/gfortran/regression/restricted_expression_3.f90 are disabled with this patch, as the condition that they test will soon no longer be an error with flang, just a warning. (This is the use of a local variable with proper initialization and the SAVE attribute being used as part of a specification expression.)
1 parent d6a91b8 commit 9d32ec8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,6 +1301,8 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
13011301
pr95614_2.f90
13021302
pr95882_3.f90
13031303
recursive_check_3.f90
1304+
restricted_expression_2.f90
1305+
restricted_expression_3.f90
13041306
return_1.f90
13051307
size_kind_3.f90
13061308
string_3.f90

0 commit comments

Comments
 (0)