Re: [Patch, fortran] Simplify lbound for array subcomponents

2015-05-01 Thread Thomas Koenig
Am 27.04.2015 um 13:17 schrieb Mikael Morin: > Hello, > > while reviewing Thomas' bound simplification patch, I noticed that the > {l,u}bound simplification code wasn't handling array subcomponents. > Fixed by the attached patch, regression tested. OK for trunk? Hi Mikael, the patch is OK. Tha

[Patch, fortran] Simplify lbound for array subcomponents

2015-04-27 Thread Mikael Morin
Hello, while reviewing Thomas' bound simplification patch, I noticed that the {l,u}bound simplification code wasn't handling array subcomponents. Fixed by the attached patch, regression tested. OK for trunk? Mikael 2015-04-27 Mikael Morin * simplify.c (simplify_bound_dim): Tight