public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Patch, Fortran] PR18918 - small coarray fixes
@ 2011-04-22 22:42 Tobias Burnus
  2011-04-23  6:49 ` Jerry DeLisle
  0 siblings, 1 reply; 2+ messages in thread
From: Tobias Burnus @ 2011-04-22 22:42 UTC (permalink / raw)
  To: gcc-patches, 'fortran@gcc.gnu.org'

[-- Attachment #1: Type: text/plain, Size: 391 bytes --]

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

[-- Attachment #2: coarray-fixes-v2.diff --]
[-- Type: application/unknown, Size: 1960 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Patch, Fortran] PR18918 - small coarray fixes
  2011-04-22 22:42 [Patch, Fortran] PR18918 - small coarray fixes Tobias Burnus
@ 2011-04-23  6:49 ` Jerry DeLisle
  0 siblings, 0 replies; 2+ messages in thread
From: Jerry DeLisle @ 2011-04-23  6:49 UTC (permalink / raw)
  To: Tobias Burnus; +Cc: gcc-patches, 'fortran@gcc.gnu.org'

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-23  0:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-22 22:42 [Patch, Fortran] PR18918 - small coarray fixes Tobias Burnus
2011-04-23  6:49 ` Jerry DeLisle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).