diff options
author | Tobias Schlüter <tobi@gcc.gnu.org> | 2004-07-09 16:54:43 +0200 |
---|---|---|
committer | Tobias Schlüter <tobi@gcc.gnu.org> | 2004-07-09 16:54:43 +0200 |
commit | 5128111850194d5336e6cfc0ca75396251062644 (patch) | |
tree | e372b06489876306f1db08945a6a83616a1c0a5e /gcc | |
parent | d3fcc995c27e851a73a433b6ffd967563af080cd (diff) | |
download | gcc-5128111850194d5336e6cfc0ca75396251062644.zip gcc-5128111850194d5336e6cfc0ca75396251062644.tar.gz gcc-5128111850194d5336e6cfc0ca75396251062644.tar.bz2 |
re PR fortran/15481 ([meta-bugs] frontend adds superfluous symbols to namespaces)
fortran/
2004-07-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/15481
PR fortran/13372
PR fortran/13575
PR fortran/15978
* module.c (write_symbol, write_symtree): Remove workaround.
* primary.c (match_actual_arglist): Enhance comment.
(gfc_match_rvalue): Handle function call with first argument
a keyword argument correctly.
* resolve.c (resolve_symbol): Change call to
gfc_set_default_type to issue error if no implicit type
can be found.
* trans-decl.c (gfc_create_module_variable): Remove workaround.
Add missing ChangeLog
From-SVN: r84374
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index baba7be..d5578cf 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,18 @@ +2004-07-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de> + + PR fortran/15481 + PR fortran/13372 + PR fortran/13575 + PR fortran/15978 + * module.c (write_symbol, write_symtree): Remove workaround. + * primary.c (match_actual_arglist): Enhance comment. + (gfc_match_rvalue): Handle function call with first argument + a keyword argument correctly. + * resolve.c (resolve_symbol): Change call to + gfc_set_default_type to issue error if no implicit type + can be found. + * trans-decl.c (gfc_create_module_variable): Remove workaround. + 2004-07-08 Paul Brook <paul@codesourcery.com> * intrinsic.c (add_sym_4s): New function. |