------- Comment #14 from burnus at gcc dot gnu dot org 2010-07-13 13:32 ------- (In reply to comment #13) > Still present.
Well, INTENT(IN), nonclobber, and something more is now supported by the middle end through the "fn spec" attribute (space to make sure this attribute stays internal for now). INTENT(OUT) could be added, but has not so far. Cf. PR fortran/43665. See also: - "Call argument flags." in tree.h - "gimple_call_arg_flags" in gimple.c - Initial patch: http://gcc.gnu.org/ml/fortran/2010-05/msg00032.html - Committal: http://gcc.gnu.org/ml/fortran/2010-05/msg00092.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23169