------- Comment #13 from pault at gcc dot gnu dot org  2007-02-11 20:59 -------
Subject: Bug 30554

Author: pault
Date: Sun Feb 11 20:58:48 2007
New Revision: 121824

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121824
Log:
2007-02-11  Paul Thomas  <[EMAIL PROTECTED]>

        PR fortran/30554
        * module.c (find_symtree_for_symbol): New function to return
        a symtree that is not a "unique symtree" given a symbol.
        (read_module): Do not automatically set pointer_info to
        referenced because this inhibits the generation of a unique
        symtree.  Recycle the existing symtree if possible by calling
        find_symtree_for_symbol.

        PR fortran/30319
        * decl.c (add_init_expr_to_sym): Make new charlen for an array
        constructor initializer.

2007-02-11  Paul Thomas  <[EMAIL PROTECTED]>

        PR fortran/30554
        * gfortran.dg/used_dummy_types_6.f90: Add the "privatized"
        versions of the modules.

        PR fortran/30617
        * gfortran.dg/intrinsic_actual_2.f90: Make this legal fortran
        by getting rid of recursive I/O and providing functions with
        results.

        PR fortran/30319
        * gfortran.dg/char_array_constructor_2.f90

Added:
    trunk/gcc/testsuite/gfortran.dg/char_array_constructor_2.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/decl.c
    trunk/gcc/fortran/module.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/intrinsic_actual_2.f90
    trunk/gcc/testsuite/gfortran.dg/used_dummy_types_6.f90


-- 


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

Reply via email to