Skip to content

Commit 093c09f

Browse files
authored
[flang] Disable test that expects error from new extension (#163)
I'm shortly adding the ability to allow real-looking input for NAMELIST integer values. GNU Fortran doesn't allow that, and has a test to check its error detection, so disable that test.
1 parent 24c82a8 commit 093c09f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,7 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
10521052
io_real_boz2.f90
10531053
io_real_boz_4.f90
10541054
io_real_boz_5.f90
1055+
namelist_96.f90 # real data for integer NAMELIST input
10551056
no_unit_error_1.f90
10561057
pointer_check_10.f90
10571058
pointer_remapping_6.f08

0 commit comments

Comments
 (0)