GNU Info

Info Node: (g77-295.info)No Passing External Assumed-length

(g77-295.info)No Passing External Assumed-length


Next: No Passing Dummy Assumed-length Up: Standard Support
Enter node , (file) or (file)node

No Passing External Assumed-length
----------------------------------

   `g77' disallows passing of an external procedure as an actual
argument if the procedure's type is declared `CHARACTER*(*)'.  For
example:

     CHARACTER*(*) CFUNC
     EXTERNAL CFUNC
     CALL FOO(CFUNC)
     END

It isn't clear whether the standard considers this conforming.


automatically generated by info2www version 1.2.2.9