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/33106] Access of components of public entities of private types wrongly allowed



------- Comment #9 from burnus at gcc dot gnu dot org  2007-09-17 15:55 -------
Subject: Bug 33106

Author: burnus
Date: Mon Sep 17 15:55:22 2007
New Revision: 128550

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128550
Log:
2007-09-17  Tobias Burnus  <burnus@net-b.de>

        PR fortran/33106
        * resolve.c (resolve_symbol): Reject public variable of
        private derived-types for Fortran 95.

2007-09-17  Tobias Burnus  <burnus@net-b.de>

        PR fortran/33106
        * gfortran.dg/private_type_9.f90: New.


Added:
    trunk/gcc/testsuite/gfortran.dg/private_type_9.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/resolve.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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