comp.lang.ada
 help / color / mirror / Atom feed
From: Markus Schoepflin <nospam@no.spam>
Subject: Re: Ada in Debian: gnat-4.4 is in unstable; please test
Date: Thu, 06 Aug 2009 12:07:27 +0200
Date: 2009-08-06T12:07:27+02:00	[thread overview]
Message-ID: <h5ea10$gk7$1@nntp.ilk.net> (raw)
In-Reply-To: <feb1ab4f-d549-434a-adf4-d22527113952@e11g2000yqo.googlegroups.com>

[-- Attachment #1: Type: text/plain, Size: 142 bytes --]

Ludovic ,

trying to compile a local project, I got a bug box from gnat-4.4. Please 
see attached log and source files.

Best regards,
Markus

[-- Attachment #2: compile.log --]
[-- Type: text/plain, Size: 1136 bytes --]

gcc-4.4 -c -I./ -gnato -gnatwl -gnatwauJF -gnatef -g -fno-strict-aliasing -gnatwA -I- ./test.adb
+===========================GNAT BUG DETECTED==============================+
| 4.4.1 (i486-pc-linux-gnu) Assert_Failure sinfo.adb:360                   |
| Error detected at a-unccon.ads:23:27                                     |
| 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-4.4 or gnatmake command that you entered.          |
| Also include sources listed below in gnatchop format                     |
| (concatenated together with no headers between files).                   |
+==========================================================================+

Please include these source files with error report
Note that list may not be accurate in some cases,
so please double check that the problem can still
be reproduced with the set of files listed.

./test.adb
./language.ads
list may be incomplete
compilation abandoned

[-- Attachment #3: test.adb --]
[-- Type: text/plain, Size: 95 bytes --]

with System;
with Language;

procedure Test
is
 use System;
 use Language;
begin
   null;
end;

[-- Attachment #4: language.ads --]
[-- Type: text/plain, Size: 131 bytes --]

pragma Source_Reference (000001, "language.ads");

pragma Extend_System(AUX_DEC);
with System;

package Language is

end Language;

  parent reply	other threads:[~2009-08-06 10:07 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-28 18:59 Ada in Debian: gnat-4.4 is in unstable; please test Ludovic Brenta
2009-07-30 13:53 ` Ludovic Brenta
2009-07-31  6:46   ` Stephen Leake
2009-08-10 20:23   ` Ludovic Brenta
2009-08-10 20:43     ` Ludovic Brenta
2009-07-30 20:36 ` Tero Koskinen
2009-07-30 20:41   ` Tero Koskinen
2009-07-30 21:25     ` Ludovic Brenta
2009-08-01 13:02       ` Ludovic Brenta
2009-08-05 16:02         ` Tero Koskinen
2009-08-05 17:30           ` Ludovic Brenta
2009-08-06 10:07 ` Markus Schoepflin [this message]
2009-08-06 10:58   ` Ludovic Brenta
2009-08-06 12:19     ` Markus Schoepflin
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox