Re: [Patch, Fortan] PR 87632 - fix select type ICE

2018-10-17 Thread Paul Richard Thomas
Hi Tobias, Thanks for taking care of that so quickly. Juergen is proving to be a loyal friend to gfortran by coming back to us so quickly on regressions and reducing testcases. He deserves a good service. Cheers Paul On Wed, 17 Oct 2018 at 20:59, Tobias Burnus wrote: > > Due to using the

[Patch, Fortan] PR 87632 - fix select type ICE

2018-10-17 Thread Tobias Burnus
Due to using the wrong variable, gfortran will segfault – as ref is always NULL. Build and regtested on x86-64-gnu-linux. Committed as obvious in Rev. 265248. Tobias PR fortran/87632 * resolve.c (resolve_select_type): Use correct variable. PR fortran/87632 *