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/20836] Public derived type with private derived type component



------- Comment #2 from pault at gcc dot gnu dot org  2005-12-19 17:25 -------
This is fixed in all three branches;

 In file pr20836.f90:6

  TYPE all_type
              1
Error: The component 'info' is a PRIVATE type and cannot be a component of
'all_type', which is PUBLIC at (1)

This was fixed by my patch of 2005-10-01 - I must have missed this PR.

Paul


-- 

pault at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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