2007-12-06 Paul Thomas <pault@gcc.gnu.org>
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Dec 2007 06:13:59 +0000 (06:13 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Dec 2007 06:13:59 +0000 (06:13 +0000)
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  <pault@gcc.gnu.org>

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

gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 5d59c89..b81ecf9 100644 (file)
@@ -1,6 +1,6 @@
 2007-12-06  Paul Thomas  <pault@gcc.gnu.org>
 
-       PR fortran/34435
+       PR fortran/34335
        * module.c (find_symbol): Do not return symtrees with unique
        names, which shows that they are private.
 
index b19a448..dd41836 100644 (file)
@@ -1,6 +1,6 @@
 2007-12-06  Paul Thomas  <pault@gcc.gnu.org>
 
-       PR fortran/34435
+       PR fortran/34335
        * gfortran.dg/used_types_19.f90: New test.
 
 2007-12-06  Kaz Kojima  <kkojima@gcc.gnu.org>