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/32360] GFORTRAN WON'T COMPILE 'DATA PTR1 /NULL ()/' WHEN PTR1 HAS POINTER ATTRIBUTE



------- Comment #4 from jvdelisle at gcc dot gnu dot org  2007-06-22 16:21 -------
Subject: Bug 32360

Author: jvdelisle
Date: Fri Jun 22 16:21:23 2007
New Revision: 125949

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125949
Log:
2007-06-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR fortran/32360
        * expr.c (gfc_check_assign): If the rvalue expression type is
NULL_EXPR,
        check to see if the lvalue has attribute pointer and data. 

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/expr.c


-- 


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


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