2008-01-20 Paul Thomas <pault@gcc.gnu.org>
commit82190250c0df15d269c605a8d1d0e7ee29d5cf3e
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Jan 2008 16:58:15 +0000 (20 16:58 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Jan 2008 16:58:15 +0000 (20 16:58 +0000)
treedd7f7e6e4030beee514d48db62d509810015d5dd
parent6f7486fa128c69e7f3591a6d3ebd86637d9aad02
2008-01-20  Paul Thomas  <pault@gcc.gnu.org>

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  <pault@gcc.gnu.org>

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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131679 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/module.c
gcc/fortran/resolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/entry_array_specs_3.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/mapping_2.f90
gcc/testsuite/gfortran.dg/use_rename_1.f90 [new file with mode: 0644]