------- Comment #5 from pault at gcc dot gnu dot org 2008-01-20 16:59 ------- Subject: Bug 34861
Author: pault Date: Sun Jan 20 16:58:15 2008 New Revision: 131679 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131679 Log: 2008-01-20 Paul Thomas <[EMAIL PROTECTED]> PR fortran/34861 * resolve.c (resolve_entries): Do not do an array bounds check if the result symbols are the same. PR fortran/34854 * module.c (read_module) : Hide the symtree of the previous version of the symbol if this symbol is renamed. 2008-01-20 Paul Thomas <[EMAIL PROTECTED]> PR fortran/34784 * gfortran.dg/mapping_2.f90: Correct ubound expression for h4. PR fortran/34861 * gfortran.dg/entry_array_specs_3.f90: New test. PR fortran/34854 * gfortran.dg/use_rename_1.f90: New test. Added: trunk/gcc/testsuite/gfortran.dg/entry_array_specs_3.f90 trunk/gcc/testsuite/gfortran.dg/use_rename_1.f90 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/module.c trunk/gcc/fortran/resolve.c trunk/gcc/testsuite/ChangeLog trunk/gcc/testsuite/gfortran.dg/mapping_2.f90 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34861