[patch, Fortran] Fix PR 50690

Jakub Jelinek jakub@redhat.com
Sat Oct 15 17:20:00 GMT 2011


On Sat, Oct 15, 2011 at 06:36:55PM +0200, Tobias Burnus wrote:
> I think that's the wrong solution to the problem: I think it makes
> more sense to fix the handling for OMP workshare to handle BLOCK
> correctly rather than to move the variable to the function scope and
> then to fiddle with the private attribute. (By the way, an

I don't agree here.  Until we know if OpenMP will allow or disallow
BLOCK in workshare and what the semantics for it should be, we shouldn't
allow it.  OpenMP <= 3.1 has very tight rules on what is allowed in
workshare, it is verified during resolving and during translation
we rely on it still being present.

	Jakub



More information about the Fortran mailing list