diff options
author | Paul Thomas <pault@gcc.gnu.org> | 2007-12-06 06:13:59 +0000 |
---|---|---|
committer | Paul Thomas <pault@gcc.gnu.org> | 2007-12-06 06:13:59 +0000 |
commit | df1f30e1c5f24cb1bc89095b5908ba7b86c32b86 (patch) | |
tree | 7f37ac28a6b5d5ff13b9ddfbef2c12e51b901c46 /gcc | |
parent | 95f8fb2500cca5b71a784ba7c2df8347eb477930 (diff) | |
download | gcc-df1f30e1c5f24cb1bc89095b5908ba7b86c32b86.zip gcc-df1f30e1c5f24cb1bc89095b5908ba7b86c32b86.tar.gz gcc-df1f30e1c5f24cb1bc89095b5908ba7b86c32b86.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 2 |
2 files changed, 2 insertions, 2 deletions
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 <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. 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 <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> |