Re: [PATCH] PR fortran/91296 -- Prevent ICE in aliasing check

2019-07-30 Thread Steve Kargl
On Tue, Jul 30, 2019 at 08:17:39PM +0200, Thomas Koenig wrote: > Hi Steve, > > > The attach patch has been regression tested on x86_64-*-freebsd. > > There were no regression. > > > > The patch prevents an ICE when checking for aliasing and the > > actual arguments are the real and imaginary

Re: [PATCH] PR fortran/91296 -- Prevent ICE in aliasing check

2019-07-30 Thread Thomas Koenig
Hi Steve, The attach patch has been regression tested on x86_64-*-freebsd. There were no regression. The patch prevents an ICE when checking for aliasing and the actual arguments are the real and imaginary parts of a complex entity. See the testcase for more information. OK to commit to both

[PATCH] PR fortran/91296 -- Prevent ICE in aliasing check

2019-07-30 Thread Steve Kargl
The attach patch has been regression tested on x86_64-*-freebsd. There were no regression. The patch prevents an ICE when checking for aliasing and the actual arguments are the real and imaginary parts of a complex entity. See the testcase for more information. OK to commit to both trunk and