------- Comment #3 from janus at gcc dot gnu dot org  2009-10-23 11:01 -------
Subject: Bug 41758

Author: janus
Date: Fri Oct 23 11:01:38 2009
New Revision: 153494

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153494
Log:
2009-10-23  Janus Weil  <ja...@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.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/match.c
    trunk/gcc/fortran/resolve.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41758

Reply via email to