--- Comment #4 from joel at gcc dot gnu dot org 2008-02-11 14:47 ---
Better information on more current version in 35143
*** This bug has been marked as a duplicate of 35143 ***
--
joel at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #3 from laurent at guerby dot net 2007-12-14 21:35 ---
Now let's hope someone knowledgeable about exception handling will step in :).
with Ada.Text_IO; use Ada.Text_IO;
procedure P is
begin
begin
raise Constraint_Error;
exception
when others =>
Put
--- Comment #2 from joel at gcc dot gnu dot org 2007-12-14 21:31 ---
Created an attachment (id=14757)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14757&action=view)
Laurent's very simple test case
Laurent offered this program and said it would print "catch 1" if it worked
correc
--- Comment #1 from joel at gcc dot gnu dot org 2007-12-14 21:12 ---
Created an attachment (id=14755)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14755&action=view)
Full ACATS Log for PSIM run
Maybe the full log will help someone.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi