diff options
| author | pault <pault@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-08-04 20:58:11 +0000 |
|---|---|---|
| committer | pault <pault@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-08-04 20:58:11 +0000 |
| commit | c1bab63af9d4371c1d9bfdfb5a36cc9a9828a7bc (patch) | |
| tree | 7b63273d7d18e2f285ddd5fd9125796dc80bcf82 | |
| parent | c6a0599243068b33768268296b067d0fce5feec9 (diff) | |
| download | ppe42-gcc-c1bab63af9d4371c1d9bfdfb5a36cc9a9828a7bc.tar.gz ppe42-gcc-c1bab63af9d4371c1d9bfdfb5a36cc9a9828a7bc.zip | |
2007-08-04 Paul Thomas <pault@gcc.gnu.org>
PR fortran/31214
* symbol.c (get_unique_symtree): Moved from module.c.
* module.c (get_unique_symtree): Moved to symbol.c.
* decl.c (get_proc_name): Transfer the typespec from the local
symbol to the module symbol, in the case that an entry is also
a module procedure. Ensure the local symbol is cleaned up by
pointing to it with a unique symtree.
* dump_parse_tree (gfc_show_code_node): Add EXEC_ASSIGN_CALL.
2007-08-04 Paul Thomas <pault@gcc.gnu.org>
PR fortran/31214
* gfortran.dg/entry_13.f90: New test.
* gfortran.dg/entry_12.f90: Clean up .mod file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127214 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/fortran/ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index e9b2ed30682..5e4bc6b9058 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,9 +1,14 @@ 2007-08-04 Paul Thomas <pault@gcc.gnu.org> PR fortran/31214 - * gfortran.dg/entry_13.f90: New test. - - * gfortran.dg/entry_12.f90: Clean up .mod file. + * symbol.c (get_unique_symtree): Moved from module.c. + * module.c (get_unique_symtree): Moved to symbol.c. + * decl.c (get_proc_name): Transfer the typespec from the local + symbol to the module symbol, in the case that an entry is also + a module procedure. Ensure the local symbol is cleaned up by + pointing to it with a unique symtree. + + * dump_parse_tree (gfc_show_code_node): Add EXEC_ASSIGN_CALL. 2008-08-04 Steven G. Kargl <kargl@gcc.gnu.org> |

