This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/34290] Problem with procedure visibility at the prefixed view call
- From: "sam at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Nov 2007 09:51:41 -0000
- Subject: [Bug ada/34290] Problem with procedure visibility at the prefixed view call
- References: <bug-34290-15264@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from sam at gcc dot gnu dot org 2007-11-30 09:51 -------
As a workaround, it looks like you can use an explicit dereference instead of
an implicit one for the Set_Central_Widget call:
Main_Windows.Impl.Main_Window_Impl (Result.all)'Access.Set_Central_Widget
(Main_Windows.Impl.Main_Window_Impl (Result.all).Text_Edit);
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34290