GNU Info

Info Node: (g77-295.info)Bit Operations on Floating-point Data

(g77-295.info)Bit Operations on Floating-point Data


Next: Really Ugly Character Assignments Prev: Fortran Preprocessor Up: Missing Features
Enter node , (file) or (file)node

Bit Operations on Floating-point Data
-------------------------------------

   `g77' does not allow `REAL' and other non-integral types for
arguments to intrinsics like `And', `Or', and `Shift'.

   For example, this program is rejected by `g77', because the
intrinsic `Iand' does not accept `REAL' arguments:

     DATA A/7.54/, B/9.112/
     PRINT *, IAND(A, B)
     END


automatically generated by info2www version 1.2.2.9