2 ! PR 34838 - this failed with "Can't convert LOGICAL(1) to LOGICAL(1)
3 ! Test case contributed by Manfred Schwab.
5 Logical(kind
=1) :: bmp(1),bmpv(1)
10 if ( ANY(bmp(1:1) .NEQV
. bmpv(1:1)) ) then
14 if ( ALL(bmp(1:1) .NEQV
. bmpv(1:1)) ) then