Re: [patch, fortran] PR 56867

2014-12-27 Thread FX
> OK for trunk? What about the other open branches? OK for trunk. After it’s been in for a bit of time, probably OK for all active branches, unless someone (or you) think it’s unwise. FX

Re: [patch, fortran] PR 56867

2014-12-25 Thread Dominique Dhumieres
> OK for trunk? What about the other open branches? The patch looks good. In the test "temporary array" should be replaced with "array temporary". Thanks for the patch and Merry Christmas, Dominique

[patch, fortran] PR 56867

2014-12-25 Thread Thomas Koenig
Hello world, Merry Christmas everybody! This patch resolves one of the remaining F95 bugs by introducing a temporary for the case c(:)(1:2) = c(2)(2:3) It does have the disadvantage that c(:)(1:2) = c(2)(3:4) now also creates an unnecessary temporary because gfc_check_dependency is not smart