OSDN Git Service

fortran/
authormikael <mikael@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Jul 2012 19:51:15 +0000 (19:51 +0000)
committermikael <mikael@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Jul 2012 19:51:15 +0000 (19:51 +0000)
commit80731a0b7d31ebe0ceed9b58c1a19a5f4c7c5f4a
treeccc6125609fe47e210c8d567bce6d1c897e61008
parent558b31c3184e572a84d73b43ad28fc73c35f1a34
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@189341 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/inline_sum_4.f90 [new file with mode: 0644]