GNU Info

Info Node: (g77-295.info)Ugly Implicit Argument Conversion

(g77-295.info)Ugly Implicit Argument Conversion


Next: Ugly Assumed-Size Arrays Up: Distensions
Enter node , (file) or (file)node

Implicit Argument Conversion
----------------------------

   The `-fno-ugly-args' option disables passing typeless and Hollerith
constants as actual arguments in procedure invocations.  For example:

     CALL FOO(4HABCD)
     CALL BAR('123'O)

These constructs can be too easily used to create non-portable code,
but are not considered as "ugly" as others.  Further, they are widely
used in existing Fortran source code in ways that often are quite
portable.  Therefore, they are enabled by default.


automatically generated by info2www version 1.2.2.9