> 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
> 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
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