This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/34290] New: Problem with procedure visibility at the prefixed view call
- From: "vgodunko at rostel dot ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Nov 2007 12:02:00 -0000
- Subject: [Bug ada/34290] New: Problem with procedure visibility at the prefixed view call
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Hello,
I have following compiler crash:
gcc -c main_windows-constructors.adb
+===========================GNAT BUG DETECTED==============================+
| 4.3.0 20071129 (experimental) (i686-pc-linux-gnu) Assert_Failure
exp_disp.adb:1111|
| Error detected at main_windows-constructors.adb:10:57 |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html. |
| Use a subject line meaningful to you and us to track the bug. |
| Include the entire contents of this bug box in the report. |
| Include the exact gcc or gnatmake command that you entered. |
| Also include sources listed below in gnatchop format |
| (concatenated together with no headers between files). |
+==========================================================================+
After redefinition of Q_Frame as just limited interface without any progenitor
interfaces compiler output following error:
gcc -c main_windows-constructors.adb
main_windows-constructors.adb:10:57: no selector "Set_Central_Widget" for type
"Main_Window_Impl" defined at main_windows-impl.ads:6
This bug is absent in the 129029 revision.
--
Summary: Problem with procedure visibility at the prefixed view
call
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: vgodunko at rostel dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34290