Re: [Patch, Fortran] PR51448 [4.6/4.7] Fix realloc with RHS conversion function

2011-12-07 Thread Mikael Morin
On Wednesday 07 December 2011 17:45:52 Tobias Burnus wrote: > This fixes a -frealloc-lhs regression where the RHS is handled by a > "conversion function" whose argument has component refs. > > Build and regtested on x86-64-linux. > OK for the trunk and 4.7? > > Tobias OK. Mikael

[Patch, Fortran] PR51448 [4.6/4.7] Fix realloc with RHS conversion function

2011-12-07 Thread Tobias Burnus
This fixes a -frealloc-lhs regression where the RHS is handled by a "conversion function" whose argument has component refs. Build and regtested on x86-64-linux. OK for the trunk and 4.7? Tobias 2011-12-07 Tobias Burnus PR fortran/51448 * fortran/trans-array.c (get_std_lbound): Fix handli