Hi Thomas, > the attached patch fixes a 4.6/4.7/4.8 rejects-valid regression. > OK for trunk?
looks good to me. Thanks for the patch. Ok for trunk and also for the 4.6/4.7 branches ... Cheers, Janus > 2012-11-24 Thomas Koenig <tkoe...@gcc.gnu.org> > > PR fortran/55314 > * resolve.c (resolve_allocate_deallocate): Compare all > subscripts when deciding if to reject a (de)allocate > statement. > > 2012-11-24 Thomas Koenig <tkoe...@gcc.gnu.org> > > PR fortran/55314 > * gfortran.dg/allocate_error_4.f90: New test.