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: Thu, 05 Jul 2012 15:18:30 +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 #9 from Mikael Morin <mikael at gcc dot gnu.org> 2012-07-05 15:18:30 UTC ---
Author: mikael
Date: Thu Jul 5 15:18:26 2012
New Revision: 189292
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189292
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:
trunk/gcc/testsuite/gfortran.dg/inline_sum_4.f90
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/trans-array.c
trunk/gcc/testsuite/ChangeLog