This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/48820] TR 29113: Implement parts needed for MPI 3


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]