This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/53732] [4.7/4.8 Regression] "mismatching comparison operand types" on compile
- From: "mikael at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 06 Jul 2012 19:51:18 +0000
- Subject: [Bug fortran/53732] [4.7/4.8 Regression] "mismatching comparison operand types" on compile
- Auto-submitted: auto-generated
- References: <bug-53732-4@http.gcc.gnu.org/bugzilla/>
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