http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53732
--- Comment #10 from Mikael Morin <mikael at gcc dot gnu.org> 2012-07-06 19:51:18 UTC --- Author: mikael Date: Fri Jul 6 19:51:15 2012 New Revision: 189341 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189341 Log: fortran/ PR fortran/53732 * trans-array.c (gfc_add_loop_ss_code): Disable self recursive calls handling nested loop(s) if the subscript flag is true. testsuite/ PR fortran/53732 * gfortran.dg/inline_sum_4.f90: New test. Added: branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/inline_sum_4.f90 Modified: branches/gcc-4_7-branch/gcc/fortran/ChangeLog branches/gcc-4_7-branch/gcc/fortran/trans-array.c branches/gcc-4_7-branch/gcc/testsuite/ChangeLog