Re: [Patch, Fortran] Minor coarray fix: Constraint check, wrong "restrict"

2011-05-27 Thread jerry DeLisle
On 05/26/2011 11:10 PM, Tobias Burnus wrote: Attached is a small coarray fix, solving two issues: - For -fcoarray=single, nonallocatable coarrays are nonpointer - but currently they get set the "restrict" qualifier. (With -fcoarray=lib, nonallocatble coarrays are always pointers.) Fixed by n

Re: [Patch, Fortran] Minor coarray fix: Constraint check, wrong "restrict"

2011-05-26 Thread Daniel Kraft
On 05/27/11 08:10, Tobias Burnus wrote: > Attached is a small coarray fix, solving two issues: > > - For -fcoarray=single, nonallocatable coarrays are nonpointer - but > currently they get set the "restrict" qualifier. (With -fcoarray=lib, > nonallocatble coarrays are always pointers.) > Fixed by

[Patch, Fortran] Minor coarray fix: Constraint check, wrong "restrict"

2011-05-26 Thread Tobias Burnus
Attached is a small coarray fix, solving two issues: - For -fcoarray=single, nonallocatable coarrays are nonpointer - but currently they get set the "restrict" qualifier. (With -fcoarray=lib, nonallocatble coarrays are always pointers.) Fixed by not setting "restricted" in this case. - The p