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
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.
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>