------- Comment #6 from burnus at gcc dot gnu dot org 2010-07-13 17:32 ------- Main library calls are done.
TODO: - Intrinsic calls such as "call ctime()" which do not have a function declaration - Nonintrinsic functions with non-pointer INTENT(IN/OUT); handle also (non)clobber [target/pointer ...] - I/O transfer: Split somehow to make it possible to distinguish READ from WRITE. - Possibly, handle somehow unused arguments / not-explicitly given INTENT(in)s by saving this information -- burnus at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Optimization of libgfortran |INTENT(IN) etc. optimization |calls: function annotations |of calls: function |for noclobber/noescape |annotations for |arguments |noclobber/noescape arguments http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43665