This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/15594] New: Bug box at exp_ch9.adb:7477 on illegal code
- From: "ludovic dot brenta at insalien dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 May 2004 18:50:22 -0000
- Subject: [Bug ada/15594] New: Bug box at exp_ch9.adb:7477 on illegal code
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
procedure P is
task T is
entry E;
end T;
task body T is
begin
select
E;
or
delay until 1.0; -- ERROR: 1.0 not value of calendar.time
end select;
end T;
begin
null;
end P;
gnatmake p
gcc -c p.adb
+===========================GNAT BUG DETECTED==============================+
| 3.4.0 (Debian) (i486-pc-linux-gnu) Assert_Failure exp_ch9.adb:7477 |
| Error detected at test_243812.adb:8:7 |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html. |
| Include the entire contents of this bug box in the report. |
| Include the exact gcc-3.4 or gnatmake command that you entered. |
| Also include sources listed below in gnatchop format |
| (concatenated together with no headers between files). |
+==========================================================================+
--
Summary: Bug box at exp_ch9.adb:7477 on illegal code
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ludovic dot brenta at insalien dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i486-pc-linux-gnu
GCC host triplet: i486-pc-linux-gnu
GCC target triplet: i486-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15594