Re: [PATCH] PR fortran/92019 -- BOZ cannot be an array index

2019-10-11 Thread Janne Blomqvist
On Wed, Oct 9, 2019 at 11:26 PM Steve Kargl wrote: > > The attach patch fixes an ICE caused by the use of a bOZ as > an array index. Tested on x86_64-*-freebsd. OK to commit? > > 2019-10-09 Steven G. Kargl > > PR fortran/92019 > * array.c (match_subscript): BOZ cannot be an ar

[PATCH] PR fortran/92019 -- BOZ cannot be an array index

2019-10-09 Thread Steve Kargl
The attach patch fixes an ICE caused by the use of a bOZ as an array index. Tested on x86_64-*-freebsd. OK to commit? 2019-10-09 Steven G. Kargl PR fortran/92019 * array.c (match_subscript): BOZ cannot be an array subscript. 2019-10-09 Steven G. Kargl PR fortran