This is the mail archive of the gcc-patches@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]

Re: [Patch, Fortran] PR18918 - small coarray fixes


On 04/22/2011 02:48 PM, Tobias Burnus wrote:
Another two simple coarray fixes:

(a) when reading a module, the cotype was not set. The consequence was that one
could not use associate alloctable coarray module variables

(b) The coindexed check was overeager and also rejected "alloctate( x%b(3)[*])"
claiming that the expression is coindexed.

Attached patch has been built and regtested on x86-64-linux.
Okay for the trunk?

Tobias

OK, thanks for patch.


Jerry


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