[Bug fortran/20836] Public derived type with private derived type component
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20836
[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 fixe