This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/34290] New: Problem with procedure visibility at the prefixed view call


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]