1! PR fortran/33500
2
3subroutine whatever()
4logical(kind=1) :: l1, l2, l3
5if ((l1 .and. l2) .neqv. l3) then
6   l1 = .true.
7endif
8end
9