Re: Simplification and a zero sized array

2018-03-03 Thread Paul Richard Thomas
Hi Steve, This looks to be OK to commit. Thanks Paul On 3 March 2018 at 02:01, Steve Kargl wrote: > All, > > I would like to commit the attach patch, which fixes > a number of ICE's when simplification runs into a > size zero array. gfortran does not have a nice > easy way to determine if an

Simplification and a zero sized array

2018-03-02 Thread Steve Kargl
All, I would like to commit the attach patch, which fixes a number of ICE's when simplification runs into a size zero array. gfortran does not have a nice easy way to determine if an array is size zero. Thus, the new function is_size_zero_array was written after staring at several gdb sessions.