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

Bug#278686: marked as done ([Fixed in 4.3] gnat: Legal program rejected, completion of private type declaration)



Your message dated Sat, 12 Apr 2008 12:02:10 +0200
with message-id <874pa7e6hp.fsf@ludovic-brenta.org>
and subject line gnat: Legal program rejected, completion of private type declaration
has caused the Debian Bug report #278686,
regarding [Fixed in 4.3] gnat: Legal program rejected, completion of private type declaration
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.)


-- 
278686: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=278686
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gnat
Version: 3.15p-12
Severity: normal
Tags: upstream

--   adapted from: A. Imran (me5@privacy.net)
package Test_126 is

    task type T1;

    type T2 is tagged limited record
        x1: T1;
    end record;

    type T3 is new T2 with private;

    type T3_access is access T3; -- line 12

private

    type T3 is new T2 with null record; -- line 16
end Test_126;

The program is legal but gnat says:

test_126.ads:16:05: "T3_Access" conflicts with declaration at line 12
gnatmake: "test_126.ads" compilation error


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8

Versions of packages gnat depends on:
ii  binutils                    2.15-4       The GNU assembler, linker and bina
ii  libc6                       2.3.2.ds1-16 GNU C Library: Shared libraries an
ii  libc6-dev                   2.3.2.ds1-16 GNU C Library: Development Librari
ii  libgnat-3.15p-1             3.15p-12     The GNU Ada 95 compiler runtime li

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 4.3.0-1

Fixed in 4.3.



--- End Message ---

Reply to: