This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/20836] Public derived type with private derived type component
- From: "pault at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Dec 2005 17:25:24 -0000
- Subject: [Bug fortran/20836] Public derived type with private derived type component
- References: <bug-20836-6642@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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