Your message dated Sun, 28 Jul 2024 15:35:35 +0000
with message-id <e1sy5vr-00f0o3...@fasolo.debian.org>
and subject line Bug#1076503: Removed package(s) from unstable
has caused the Debian Bug report #248680,
regarding [Fixed in 11] Illegal program not detected, RM 3.4.1(5)
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 ow...@bugs.debian.org
immediately.)
--
248680: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=248680
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gnat
Version: 3.15p-9
Severity: normal
-- When operands of "=" are reversed, we get the expected error (see
-- line 11).
procedure Test_90 is
type T1 is tagged null record;
procedure p1 (x : access T1) is
b: boolean;
y: aliased T1;
begin
B := Y'Access = X; -- ERROR: no matching "="
-- B := X = Y'Access; -- line 11: error detected
end p1;
begin
null;
end Test_90;
I am expecting an error message like:
test_90.adb:10:14: invalid operand types for operator "="
test_90.adb:10:14: left operand has type access to "T1" defined at line 10
test_90.adb:10:14: right operand has type access to "T1" defined at line 6
gnatmake: "test_90.adb" compilation error
When line 11 above is uncommented, I do get the error message.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.26-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8
Versions of packages gnat depends on:
ii libc6 2.3.2.ds1-12 GNU C Library: Shared libraries an
ii libgnat-3.15p-1 3.15p-9 The GNU Ada 95 compiler runtime li
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 10.5.0-4+rm
Dear submitter,
as the package gcc-10 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/1076503
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---