OSDN Git Service

2007-08-14 Robert Dewar <dewar@adacore.com>
[pf3gnuchains/gcc-fork.git] / gcc / ada / exp_sel.adb
index dbb7fb2..d080a32 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 B o d y                                  --
 --                                                                          --
---          Copyright (C) 1992-2005, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2006, Free Software Foundation, Inc.         --
 --                                                                          --
 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
@@ -63,7 +63,7 @@ package body Exp_Sel is
 
               Exception_Handlers =>
                 New_List (
-                  Make_Exception_Handler (Loc,
+                  Make_Implicit_Exception_Handler (Loc,
                     Exception_Choices =>
                       New_List (
                         New_Reference_To (Stand.Abort_Signal, Loc)),