Re: [patch, fortran] Implement Maxval in compile-time-constants

2017-12-10 Thread Jerry DeLisle
On 12/10/2017 12:31 PM, Thomas Koenig wrote: > Hello world, > > the attached patch allows for maxval in parameter statements > with DIM and MASK arguments. > > It does so by removing a function which does only a partial > job and using the machinery which is already in use for the > other transfo

[patch, fortran] Implement Maxval in compile-time-constants

2017-12-10 Thread Thomas Koenig
Hello world, the attached patch allows for maxval in parameter statements with DIM and MASK arguments. It does so by removing a function which does only a partial job and using the machinery which is already in use for the other transformational intrinsics. Regression-tested. OK for trunk? Reg