OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gnat.dg/] [controlled5_pkg.adb] - Diff between revs 304 and 338

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 304 Rev 338
with Ada.Tags;
with Ada.Tags;
 
 
package body Controlled5_Pkg is
package body Controlled5_Pkg is
 
 
   type Child is new Root with null record;
   type Child is new Root with null record;
 
 
   function Dummy (I : Integer) return Root'Class is
   function Dummy (I : Integer) return Root'Class is
      A1 : T_Root_Class := new Child;
      A1 : T_Root_Class := new Child;
      My_Var : Root'Class := A1.all;
      My_Var : Root'Class := A1.all;
   begin
   begin
      if I = 0 then
      if I = 0 then
         return My_Var;
         return My_Var;
      else
      else
         return Dummy (I - 1);
         return Dummy (I - 1);
      end if;
      end if;
   end Dummy;
   end Dummy;
 
 
end Controlled5_Pkg;
end Controlled5_Pkg;
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.