Discussion:
[Patch, Fortan] PR 87632 - fix select type ICE
Tobias Burnus
2018-10-17 19:59:16 UTC
Permalink
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
Paul Richard Thomas
2018-10-17 21:49:02 UTC
Permalink
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
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
--
"If you can't explain it simply, you don't understand it well enough"
- Albert Einstein
Loading...