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/35680] [4.3/4.4 regression] ICE on invalid transfer in variable declaration



------- Comment #16 from pault at gcc dot gnu dot org  2008-10-11 09:59 -------
Subject: Bug 35680

Author: pault
Date: Sat Oct 11 09:58:38 2008
New Revision: 141056

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

        PR fortran/35680
        * gfortran.h : Add 'error' bit field to gfc_expr structure.
        * expr.c (check_inquiry): When checking a restricted expression
        check that arguments are either variables or restricted.
        (check_restricted): Do not emit error if the expression has
        'error' set.  Clean up detection of host-associated variable.

2008-10-11  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/35680
        * gfortran.dg/transfer_array_intrinsic_5.f90: New test.

Added:
   
branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/transfer_array_intrinsic_5.f90
Modified:
    branches/gcc-4_3-branch/gcc/fortran/ChangeLog
    branches/gcc-4_3-branch/gcc/fortran/expr.c
    branches/gcc-4_3-branch/gcc/fortran/gfortran.h
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog


-- 


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


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