OSDN Git Service

2008-11-01 Janus Weil <janus@gcc.gnu.org>
authorjanus <janus@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 Nov 2008 21:56:27 +0000 (21:56 +0000)
committerjanus <janus@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 Nov 2008 21:56:27 +0000 (21:56 +0000)
commit328c6d0febbac7670e4bbb9428f069830cad4e75
treec1bb0e6b31e1bb65c54e2d2a8eeaa3fe36e87532
parentb7800aa45190082b526e58b36071d1bdbc83ac56
2008-11-01  Janus Weil  <janus@gcc.gnu.org>

PR fortran/36426
* expr.c (replace_symbol): Replace all symbols which lie in the
formal namespace of the interface and copy their attributes.
* resolve.c (resolve_symbol): Add charlen to namespace.

2008-11-01  Janus Weil  <janus@gcc.gnu.org>

PR fortran/36426
* gfortran.dg/proc_decl_19.f90: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141522 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/expr.c
gcc/fortran/resolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/proc_decl_19.f90 [new file with mode: 0644]