This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/38763] [4.3 Regression] TRANSFER ICE due to missing EXPR_NULL case



------- Comment #8 from pault at gcc dot gnu dot org  2009-01-11 13:42 -------
Subject: Bug 38763

Author: pault
Date: Sun Jan 11 13:42:32 2009
New Revision: 143271

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143271
Log:
2009-01-11 Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/38763
        Backport from mainline:
        * target-memory.c (encode_derived): Encode NULL.

        PR fortran/38765
        Backport from mainline:
        * resolve.c (check_host_association): Use the symtree name to
        search for a potential contained procedure, since this is the
        name by which it would be referenced.

2009-01-11 Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/38763
        Backport from mainline:
        * gfortran.dg/transfer_null_1.f90: New test.

        PR fortran/38765
        Backport from mainline:
        * gfortran.dg/host_assoc_function_6.f90: New test.


Added:
    branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/host_assoc_function_6.f90
    branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/transfer_null_1.f90
Modified:
    branches/gcc-4_3-branch/gcc/fortran/ChangeLog
    branches/gcc-4_3-branch/gcc/fortran/resolve.c
    branches/gcc-4_3-branch/gcc/fortran/target-memory.c
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]