This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/48820] TR 29113: Implement parts needed for MPI 3
- From: "burnus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 20 Jul 2012 06:23:46 +0000
- Subject: [Bug fortran/48820] TR 29113: Implement parts needed for MPI 3
- Auto-submitted: auto-generated
- References: <bug-48820-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48820
--- Comment #17 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-07-20 06:23:46 UTC ---
Status: Now also assumed-ranks are supported.
TODO:
1. Remaining issues of assumed-rank, e.g. shape/ubound/lbound,
class-to-type handling, contiguous attribute.
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
4. Implement the new array descriptor (cf. PR 37577, PR 48820)