GNU Fortran supports .XOR.
as a logical operator with -std=legacy
for compatibility with legacy code. .XOR.
is equivalent to .NEQV.
. That is, the output is true if and only if the inputs differ.
© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-10.2.0/gfortran/_002eXOR_002e-operator.html