Node: Non-standard Intrinsics, Next: Modifying DO Variable, Previous: Non-standard Conversions, Up: Missing Features
g77
needs a new option, like -Wintrinsics
, to warn about use of
non-standard intrinsics without explicit INTRINSIC
statements for them.
This would help find code that might fail silently when ported to another
compiler.