This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32460] structure constructor not allowed if a USEd type has private components
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jun 2007 14:55:06 -0000
- Subject: [Bug fortran/32460] structure constructor not allowed if a USEd type has private components
- References: <bug-32460-13648@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from burnus at gcc dot gnu dot org 2007-06-23 14:55 -------
Mine. Note that
type :: bar
integer, private :: x
end type
has the same problem, esp. "b%x = 5" is also possible.
--
burnus at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |burnus at gcc dot gnu dot
|dot org |org
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-06-23 14:55:06
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32460