OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gnat.dg/] [controlled5_pkg.ads] - Diff between revs 304 and 384

Only display areas with differences | Details | Blame | View Log

Rev 304 Rev 384
with Ada.Finalization; use Ada.Finalization;
with Ada.Finalization; use Ada.Finalization;
 
 
package Controlled5_Pkg is
package Controlled5_Pkg is
 
 
   type Root is tagged private;
   type Root is tagged private;
 
 
   type Inner is new Ada.Finalization.Controlled with null record;
   type Inner is new Ada.Finalization.Controlled with null record;
 
 
   type T_Root_Class is access all Root'Class;
   type T_Root_Class is access all Root'Class;
 
 
   function Dummy (I : Integer) return Root'Class;
   function Dummy (I : Integer) return Root'Class;
 
 
private
private
 
 
   type Root is tagged record
   type Root is tagged record
      F2 : Inner;
      F2 : Inner;
   end record;
   end record;
 
 
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.