Re: [Patch, Fortran] Some fixes for polymorphic coarrays

2011-12-15 Thread Paul Richard Thomas
Dear Tobias, > > OK for the trunk? OK - thanks! Paul > > Tobias > > On 12/13/2011 06:30 PM, Tobias Burnus wrote: >> >> Two small fixes: >> >> a) There was an ICE when simplifying "THIS_IMAGE(caf)" (for >> -fcoarray=single); solution: Simply use internally lcobound(), which is >> identically (fo

Re: [Patch, Fortran] Some fixes for polymorphic coarrays

2011-12-15 Thread Tobias Burnus
Small patch update: The patch now includes also primary.c changes, which fix the DEALLOCATE issue with polymorphic scalar coarrays. OK for the trunk? Tobias On 12/13/2011 06:30 PM, Tobias Burnus wrote: Two small fixes: a) There was an ICE when simplifying "THIS_IMAGE(caf)" (for -fcoarray=

[Patch, Fortran] Some fixes for polymorphic coarrays

2011-12-13 Thread Tobias Burnus
Two small fixes: a) There was an ICE when simplifying "THIS_IMAGE(caf)" (for -fcoarray=single); solution: Simply use internally lcobound(), which is identically (for a single image). b) There was an segfault of the compiled program when running "this_image(caf)" where "caf" is a corank-1 coa