3 ! Test the fix for PR84115 comment #1 (except for s1(x)!).
5 ! Contributed by G Steinmetz <gscfq@t-online.de>
7 character(:), allocatable
:: dum
16 character(:), allocatable
:: x
17 associate (y
=> x
//x
) ! { dg-error "type character and non-constant length" }
23 character(:), allocatable
:: x
30 character(:), allocatable
:: x
31 associate (y
=> [x
,x
])