http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57798
Mikael Morin <mikael at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[4.8 Regression] Incorrect |Incorrect handling of sum |handling of sum over first |over first dimension of a |dimension of a product of |product of automatic arrays |automatic arrays | --- Comment #7 from Mikael Morin <mikael at gcc dot gnu.org> --- Author: mikael Date: Sat Aug 24 12:46:17 2013 New Revision: 201966 URL: http://gcc.gnu.org/viewcvs?rev=201966&root=gcc&view=rev Log: fortran/ PR fortran/57798 * trans-array.c (gfc_conv_ss_startstride, set_loop_bounds, gfc_set_delta): Generate preliminary code before the outermost loop. testsuite/ PR fortran/57798 * gfortran.dg/inline_sum_5.f90: New. Added: branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/inline_sum_5.f90 Modified: branches/gcc-4_8-branch/gcc/fortran/ChangeLog branches/gcc-4_8-branch/gcc/fortran/trans-array.c branches/gcc-4_8-branch/gcc/testsuite/ChangeLog