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.0rc1/] [gcc/] [testsuite/] [gnat.dg/] [controlled3.ads] - Diff between revs 304 and 338

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

Rev 304 Rev 338
with Ada.Finalization; use Ada.Finalization;
with Ada.Finalization; use Ada.Finalization;
package controlled3 is
package controlled3 is
   type Test is new Controlled with null record;
   type Test is new Controlled with null record;
   procedure Add_Test (T : access Test'Class);
   procedure Add_Test (T : access Test'Class);
 
 
   type Test_Case1 is new Test with null record;
   type Test_Case1 is new Test with null record;
   type Test_Suite is new Test with null record;
   type Test_Suite is new Test with null record;
 
 
   type Test_Case is new Test_Case1 with record
   type Test_Case is new Test_Case1 with record
      Link_Under_Test : Natural;
      Link_Under_Test : Natural;
   end record;
   end record;
end;
end;
 
 

powered by: WebSVN 2.1.0

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