I had read that Fortran 95 and later support an UNSIGNED data type for unsigned integers. I successfully compiled a small program with gfortran with this type, but Intel Fortran does not seem to recognize it. Does Intel Fortran support unsigned integer types?
Jay