Janus Weil wrote: > The patch was regtested on x86_64-unknown-linux-gnu. Ok for trunk?
OK. Thanks for the patch! (What next on your gfortran agenda?) Tobias PS: For the following two patches review is pending: My trans*.c coarray patch at http://gcc.gnu.org/ml/fortran/2011-05/msg00123.html Janne's http://gcc.gnu.org/ml/fortran/2011-05/msg00122.html > 2011-05-16 Janus Weil <ja...@gcc.gnu.org> > > PR fortran/48700 > * trans-intrinsic.c (gfc_conv_intrinsic_move_alloc): Deallocate 'TO' > argument to avoid memory leaks. > > 2011-05-16 Janus Weil <ja...@gcc.gnu.org> > > PR fortran/48700 > * gfortran.dg/move_alloc_4.f90: New.