OSDN Git Service

2009-10-23 Janus Weil <janus@gcc.gnu.org>
authorjanus <janus@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Oct 2009 11:01:38 +0000 (11:01 +0000)
committerjanus <janus@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Oct 2009 11:01:38 +0000 (11:01 +0000)
commitaf6755713af2776da6dc1ebef06b7aaddcdcbbc2
treec73fa21fc6a447776ec7f36c2cb66d1bdcd615a5
parent82d97a59f8ec297add800c0e36774503d0f05f07
2009-10-23  Janus Weil  <janus@gcc.gnu.org>

PR fortran/41758
* match.c (conformable_arrays): Move to resolve.c.
(gfc_match_allocate): Don't resolve SOURCE expr yet, and move some
checks to resolve_allocate_expr.
* resolve.c (conformable_arrays): Moved here from match.c.
(resolve_allocate_expr): Moved some checks here from gfc_match_allocate.
(resolve_code): Resolve SOURCE tag for ALLOCATE expressions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153494 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/match.c
gcc/fortran/resolve.c