comp.lang.ada
 help / color / mirror / Atom feed
From: Recep Inal <ri@ddci.dk>
Subject: discriminant dependent entry families
Date: 1997/04/09
Date: 1997-04-09T00:00:00+00:00	[thread overview]
Message-ID: <334B9F4B.35E9@ddci.dk> (raw)


Greetings,

Following program piece causes a crash at compile-time when using GNAT 3.09.

-----------------------------------------
   task type Tsk( D : Integer ) is
      entry Ent( 1 .. D );
   end Tsk;
   
   task body Tsk is
   begin
      null;
   end Tsk;
--------------------------------------------

Following message appears:

+===========================GNAT BUG DETECTED==============================+
| No source file position information available                            |
| Please submit bug report by email to report@gnat.com                     |
| Use a subject line meaningful to you and us to track the bug             |
| Include full sources in ASCII in a format compatible with gnatchop       |
| First line of sources must be marked by an Ada -- comment line           |
| Last line of sources must be last line of email message (no signature!)  |
| See gnatinfo.txt file for more info on procedure for submitting bugs     |
| 3.09 (970121) (sparc-sun-sunos4.1.3) Gigi abort, Code=116                |
+==========================================================================+

Is it a well-known problem, that is under correction?

Regards,

Recep Inal




             reply	other threads:[~1997-04-09  0:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-04-09  0:00 Recep Inal [this message]
1997-04-13  0:00 ` discriminant dependent entry families Robert Dewar
replies disabled

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