blob: 495cbf059005cd74a9ec0ca7912ca9ca4ebf5205 [file] [log] [blame]
! RUN: %python %S/test_errors.py %s %flang_fc1
!ERROR: String edit descriptor in READ format expression
read(*,'("abc")')
!ERROR: String edit descriptor in READ format expression
!ERROR: Unterminated format expression
read(*,'("abc)')
!ERROR: 'H' edit descriptor in READ format expression
read(*,'(3Habc)')
!ERROR: 'H' edit descriptor in READ format expression
!ERROR: Unterminated format expression
read(*,'(5Habc)')
!ERROR: 'I' edit descriptor 'w' value must be positive
read(*,'(I0)')
end