From: pault Date: Thu, 6 Dec 2007 06:13:59 +0000 (+0000) Subject: 2007-12-06 Paul Thomas X-Git-Tag: upstream/4.9.2~44751 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8d5cacc04dc7728c43de2061802df8e4ee41985e;p=platform%2Fupstream%2Flinaro-gcc.git 2007-12-06 Paul Thomas PR fortran/34335 * module.c (find_symbol): Do not return symtrees with unique names, which shows that they are private. 2007-12-06 Paul Thomas PR fortran/34335 * gfortran.dg/used_types_19.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130643 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 5d59c89..b81ecf9 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,6 +1,6 @@ 2007-12-06 Paul Thomas - PR fortran/34435 + PR fortran/34335 * module.c (find_symbol): Do not return symtrees with unique names, which shows that they are private. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b19a448..dd41836 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,6 +1,6 @@ 2007-12-06 Paul Thomas - PR fortran/34435 + PR fortran/34335 * gfortran.dg/used_types_19.f90: New test. 2007-12-06 Kaz Kojima