This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/53732] [4.7/4.8 Regression] "mismatching comparison operand types" on compile


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]