1 ! RUN: %python %S/test_errors.py %s %flang_fc1 -Werror
17 character(3), allocatable
:: x
20 character(3), pointer :: x
26 character(2) short
, shortarr(1)
27 character(2), allocatable
:: shortalloc
28 character(2), pointer :: shortptr
29 character(4) long
, longarr(1)
30 character(4), allocatable
:: longalloc
31 character(4), pointer :: longptr
32 !WARNING: Actual argument variable length '2' is less than expected length '3'
34 !WARNING: Actual argument variable length '2' is less than expected length '3'
36 !ERROR: Actual argument variable length '2' does not match the expected length '3'
38 !ERROR: Actual argument variable length '2' does not match the expected length '3'
40 !ERROR: Actual argument variable length '2' does not match the expected length '3'
42 !ERROR: Actual argument variable length '2' does not match the expected length '3'
46 !ERROR: Actual argument variable length '4' does not match the expected length '3'
48 !ERROR: Actual argument variable length '4' does not match the expected length '3'
50 !ERROR: Actual argument variable length '4' does not match the expected length '3'
52 !ERROR: Actual argument variable length '4' does not match the expected length '3'