re PR fortran/34335 (valid code rejected when reordering USE statements)

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
This commit is contained in:
Paul Thomas 2007-12-06 06:13:59 +00:00
parent 95f8fb2500
commit df1f30e1c5
2 changed files with 2 additions and 2 deletions

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

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