Re: [Patch, Fortran] CLASS handling for assumed-rank arrays
On 26.06.2012 19:12, Tobias Burnus wrote: Build and regtested on x86-64-linux. OK for the trunk? Tobias OK once the preliminary patch gets approved. Mikael
Re: [Patch, Fortran] CLASS handling for assumed-rank arrays
On 06/26/2012 07:12 PM, Tobias Burnus wrote: +i = 1 That should be i = 0, sorry for attaching an old version of the patch. Tobias +call foo(ac) +call foo(at) +call bar(ac) +call bar(at) +if (i /= 12) call abort() +