Re: [patch, fortran] Fix regression with inline matmul

2017-08-26 Thread Jerry DeLisle
On 08/26/2017 11:24 AM, Thomas Koenig wrote: > Hello world, > > to relieve the boredom on the fortran mailing list and to fix > a regression I thought I'd submit a patch :-) > > Apparently, a call to CONJG wasn't picking up the right > typespec, which led to an ICE with gimplification later. > >

[patch, fortran] Fix regression with inline matmul

2017-08-26 Thread Thomas Koenig
Hello world, to relieve the boredom on the fortran mailing list and to fix a regression I thought I'd submit a patch :-) Apparently, a call to CONJG wasn't picking up the right typespec, which led to an ICE with gimplification later. Regression-tested. OK for trunk? Regards Thomas 2