Re: [Patch, fortran] PR45305 - Array-valued calls to elementals are not simplified

2018-06-30 Thread Paul Richard Thomas
Ok, thanks. I think that I will stick to trunk, since we do not seem to have been overwhelmed with demand to fix this! Regards Paul On Sat, 30 Jun 2018 at 15:37, Jerry DeLisle wrote: > > On 06/27/2018 06:48 AM, Paul Richard Thomas wrote: > > I posted a patch for this on the PR in August 2010. D

Re: [Patch, fortran] PR45305 - Array-valued calls to elementals are not simplified

2018-06-30 Thread Jerry DeLisle
On 06/27/2018 06:48 AM, Paul Richard Thomas wrote: I posted a patch for this on the PR in August 2010. Dominique pointed out that it caused repeated error messages in some testcases; eg. arithmetic_overflow_1.f90 As it happens, that seems to have crept in at some time even without the patch for

[Patch, fortran] PR45305 - Array-valued calls to elementals are not simplified

2018-06-27 Thread Paul Richard Thomas
I posted a patch for this on the PR in August 2010. Dominique pointed out that it caused repeated error messages in some testcases; eg. arithmetic_overflow_1.f90 As it happens, that seems to have crept in at some time even without the patch for this PR. Nevertheless, I have modified the patch slig