Re: [Patch, fortran] PR 52243 - avoid reallocation checks on assignment when possible

2013-08-28 Thread Tobias Burnus
Dear Thomas, dear all, Thomas Koenig wrote: the attached patch avoids checks for reallocation on assignment when the same variable is on both sides of the assignment. Regression-tested. OK for trunk? OK and thanks for the patch. (Can you remove the trailing spaces in the line the first "re

[Patch, fortran] PR 52243 - avoid reallocation checks on assignment when possible

2013-08-28 Thread Thomas Koenig
Hello world, the attached patch avoids checks for reallocation on assignment when the same variable is on both sides of the assignment. Regression-tested. OK for trunk? Thomas 2013-08-29 Thomas Koenig PR fortran/52243 * trans-expr.c (is_runtime_conformable): New fu