http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48820
--- Comment #19 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-08-01 10:35:28 UTC --- (In reply to comment #17) > TODO: > 1. Remaining issues of assumed-rank, e.g. shape/ubound/lbound, > class-to-type handling, contiguous attribute. And INTENT(OUT) handling, cf. http://gcc.gnu.org/ml/fortran/2012-08/msg00000.html Patch for shape/ubound/lbound: http://gcc.gnu.org/ml/fortran/2012-07/msg00132.html > 2. Update/relax checking for various C interop functions such as c_loc and > c_f_pointer. Cf. also PR48858 (!) and PR47023 but also PR40963, PR38829, > PR39288, PR38813. Currently, some valid F2003 is also rejected; F2008 and > TS 29113 relaxed constraints are unimplemented. Meta bug: PR32630 See also http://gcc.gnu.org/ml/fortran/2012-07/msg00115.html for some TODO items. [c_funloc, c_f_procpointer has been fixed with Rev. 190003.] > 4. Implement the new array descriptor (cf. PR 37577, PR 48820)