Re: Open Watcom Fortran compiler help needed



>* Why would you want LOGICAL * 8? Why not just LOGICAL? I can understand
>INTEGER * 8 and REAL * 16; is there already underlying support in the
>compiler back-end?

There are legacy codes that equivalence (i.e., map, union) INTEGER and LOGICAL onto
the same storage. Having identical lengths avoids array index funnies.
.