This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, Fortran] Implement/fix cobounds for scalar coarrays on tree level
- From: Tobias Burnus <burnus at net-b dot de>
- To: gcc patches <gcc-patches at gcc dot gnu dot org>, gfortran <fortran at gcc dot gnu dot org>
- Date: Thu, 19 May 2011 12:28:23 +0200
- Subject: Re: [Patch, Fortran] Implement/fix cobounds for scalar coarrays on tree level
- References: <4DD04D0E.5090208@net-b.de>
*ping*
http://gcc.gnu.org/ml/fortran/2011-05/msg00123.html
On 05/16/2011 12:00 AM, Tobias Burnus wrote:
The patch is a follow-up to the patch at
http://gcc.gnu.org/ml/fortran/2011-05/msg00067.html. With that patch,
all* my coarray example compile (and run with -fcoarray=single or
-fcoarray=lib -lcaf_single).
Build and regtested on x86-64-linux with two regtest failures: (a) The
never workinggfortran.dg/realloc_on_assign_5.f03 (PRs fortran/47674
and 48438), (b) gfortran.dg/lto/pr46036 (PR middle-end/48989).
OK for the trunk?
Tobias
* Well no rule without exception: Scalar coarrays are not yet
supported. Neither are polymorphic coarrays, but those probably do not
need decl changes.
PS: Short-term coarray plans (next couple of weeks): Fixing some
simpler FE bugs, supporting MPI in the test suite (caf.exp) - and
working a bit on registering calls for coarrays.