Re: [Patch, Fortran] Coarray - fix assumed-shape cobounds

2011-05-31 Thread Tobias Burnus
Tobias Burnus wrote: Simple patch, which requires the previous patch at http://gcc.gnu.org/ml/fortran/2011-05/msg00231.html OK for the trunk? Approved by Daniel Kraft on IRC, committed as Rev. 174504. Thanks for the reviews! Tobias

[Patch, Fortran] Coarray - fix assumed-shape cobounds

2011-05-30 Thread Tobias Burnus
Simple patch, which requires the previous patch at http://gcc.gnu.org/ml/fortran/2011-05/msg00231.html OK for the trunk? Tobias 2011-05-30 Tobias Burnus PR fortran/18918 * trans-array.c (gfc_trans_dummy_array_bias): Handle cobounds of assumed-shape arrays. 2011-05-30 Tobias Burn