From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12008 invoked by alias); 12 May 2004 19:19:36 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 11921 invoked by uid 48); 12 May 2004 19:19:35 -0000 Date: Thu, 13 May 2004 11:23:00 -0000 From: "ludovic dot brenta at insalien dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20040512191934.15403.ludovic.brenta@insalien.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug ada/15403] New: [3.15p/3.4 regression] Bug box, Assert_Failure at atree.adb:703 on legal program X-Bugzilla-Reason: CC X-SW-Source: 2004-05/txt/msg01177.txt.bz2 List-Id: (works with 3.15p) generic package pak1 is generic package pak2 is b: boolean := true or false; end pak2; end pak1; +===========================GNAT BUG DETECTED==============================+ | Pro 5.01a (20030718) (i686-pc-linux-gnu) Assert_Failure atree.adb:674 | | Error detected at test114.ada:2:1 | | Please submit bug report by email to report@gnat.com. | | Use a subject line meaningful to you and us to track the bug. | | (include your customer number #nnn in the subject line). | | 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). | | (use plain ASCII or MIME attachment, or FTP to your customer directory). | | See README.GNATPRO for full info on procedure for submitting bugs. | +==========================================================================+ +===========================GNAT BUG DETECTED==============================+ | 3.4.0 (i686-pc-linux-gnu) Assert_Failure atree.adb:703 | | Error detected at test114.ada:2:1 | | Please submit a bug report; see http://gcc.gnu.org/bugs.html. | | 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). | +==========================================================================+ +===========================GNAT BUG DETECTED==============================+ | 3.5.0 20040327 (experimental) (i686-pc-linux-gnu) Assert_Failure atree.adb:703| | Error detected at test114.ada:2:1 | | Please submit a bug report; see http://gcc.gnu.org/bugs.html. | | 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). | +==========================================================================+ -- Summary: [3.15p/3.4 regression] Bug box, Assert_Failure at atree.adb:703 on legal program Product: gcc Version: 3.4.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ludovic dot brenta at insalien dot org CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15403