Re: [Patch, Fortran] -fcoarray=lib: Fix vector subscript handling

2014-12-22 Thread Janus Weil
2014-12-18 0:14 GMT+01:00 Tobias Burnus : > As testing by Alessandro revealed, vector subscripts weren't properly > handled. > > This patch fixes the compiler side (or at least those issues I found). In > particular, for expressions ("get") it wrongly passed a NULL pointer, > additionally, I used t

Re: [Patch, Fortran] -fcoarray=lib: Fix vector subscript handling

2014-12-22 Thread Tobias Burnus
PING On 18 December 2014, 00:14, Tobias Burnus wrote: As testing by Alessandro revealed, vector subscripts weren't properly handled. This patch fixes the compiler side (or at least those issues I found). In particular, for expressions ("get") it wrongly passed a NULL pointer, additionally, I