Re: [patch, fortran] Complete implementation and correction of simplification

2018-01-02 Thread Paul Richard Thomas
Hi Thomas, This looks very good. OK for trunk. Thanks Paul On 2 January 2018 at 15:53, Thomas Koenig wrote: > Hello world, > > the attached patch implements simplification for cshift completely. > It also fixes a bug where compile-time simplification was handled > incorrectly for a negative v

[patch, fortran] Complete implementation and correction of simplification

2018-01-02 Thread Thomas Koenig
Hello world, the attached patch implements simplification for cshift completely. It also fixes a bug where compile-time simplification was handled incorrectly for a negative value. For PR 83650 (the wrong simplification) for the other branches I suspect a quite simple fix will be possible, which