[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#569016: marked as done ([fixed in 4.6] gnat-4.4: Assert_Failure atree.adb:884 when aggregate extends an interface)



Your message dated Sun, 13 Jul 2014 01:38:55 +0000
with message-id <[🔎] E1X68kh-00076H-KM@franck.debian.org>
and subject line Bug#714577: Removed package(s) from unstable
has caused the Debian Bug report #569016,
regarding [fixed in 4.6] gnat-4.4: Assert_Failure atree.adb:884 when aggregate extends an interface
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
569016: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569016
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gnat
Version: 4.4+1
Severity: minor

Here is an example. All works correctly when removing "I with" from
body, so this bug will not be blocking for users.

I suppose the code is legal (4.3.2(10) "If the ancestor_part is a
subtype_mark, then its type can be abstract.").

--  Source
package Example is
   type I is interface;
   type R is new I with null record;
   function F return R;
end Example;
package body Example is
   function F return R is
   begin
      return (I with null record);
   end F;
end Example;

--  GCC command and output
gcc-4.4 -c example.adb
+===========================GNAT BUG DETECTED==============================+
| 4.4.3 (x86_64-pc-linux-gnu) Assert_Failure atree.adb:884                 |
| Error detected at example.adb:5:14                                       |

Versions of packages gnat depends on:
ii  gnat-4.4                      4.4.3-1    The GNU Ada compiler



--- End Message ---
--- Begin Message ---
Version: 4.4.6-6+rm

Dear submitter,

as the package gnat-4.4 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/714577

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: