From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7017 invoked by alias); 29 Nov 2007 12:02:20 -0000 Received: (qmail 6622 invoked by uid 48); 29 Nov 2007 12:02:00 -0000 Date: Thu, 29 Nov 2007 12:02:00 -0000 Subject: [Bug ada/34290] New: Problem with procedure visibility at the prefixed view call X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "vgodunko at rostel dot ru" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-11/txt/msg02946.txt.bz2 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