re PR fortran/34335 (valid code rejected when reordering USE statements)
authorPaul Thomas <pault@gcc.gnu.org>
Thu, 6 Dec 2007 06:13:59 +0000 (06:13 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Thu, 6 Dec 2007 06:13:59 +0000 (06:13 +0000)
2007-12-06  Paul Thomas  <pault@gcc.gnu.org>

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.

From-SVN: r130643

gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 5d59c8920ac63d249ca081a88b89ced5691b449a..b81ecf99f26ef8bddb7d45de7471128c59ec3ad7 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 b19a44829158b934962da96afa45b8df48dd1caa..dd41836837757a6d6889bd1954320d9426a3e3fb 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>