public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/15594] New: Bug box at exp_ch9.adb:7477 on illegal code
@ 2004-05-23 11:37 ludovic dot brenta at insalien dot org
  2004-05-23 17:17 ` [Bug ada/15594] " pinskia at gcc dot gnu dot org
  2004-06-22 12:53 ` charlet at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: ludovic dot brenta at insalien dot org @ 2004-05-23 11:37 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug ada/15594] Bug box at exp_ch9.adb:7477 on illegal code
  2004-05-23 11:37 [Bug ada/15594] New: Bug box at exp_ch9.adb:7477 on illegal code ludovic dot brenta at insalien dot org
@ 2004-05-23 17:17 ` pinskia at gcc dot gnu dot org
  2004-06-22 12:53 ` charlet at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-23 17:17 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15594


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug ada/15594] Bug box at exp_ch9.adb:7477 on illegal code
  2004-05-23 11:37 [Bug ada/15594] New: Bug box at exp_ch9.adb:7477 on illegal code ludovic dot brenta at insalien dot org
  2004-05-23 17:17 ` [Bug ada/15594] " pinskia at gcc dot gnu dot org
@ 2004-06-22 12:53 ` charlet at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: charlet at gcc dot gnu dot org @ 2004-06-22 12:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2004-06-22 12:53 -------
Already fixed on HEAD some time ago.

Arno

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15594


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-06-22 12:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-23 11:37 [Bug ada/15594] New: Bug box at exp_ch9.adb:7477 on illegal code ludovic dot brenta at insalien dot org
2004-05-23 17:17 ` [Bug ada/15594] " pinskia at gcc dot gnu dot org
2004-06-22 12:53 ` charlet at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).