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/] [specs/] [controller.ads] - Diff between revs 304 and 338

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

Rev 304 Rev 338
-- { dg-do compile } 
-- { dg-do compile } 
 
 
with Ada.Strings.Unbounded; use Ada.Strings.Unbounded;
with Ada.Strings.Unbounded; use Ada.Strings.Unbounded;
package Controller is
package Controller is
   type Iface is interface;
   type Iface is interface;
   type Thing is tagged record
   type Thing is tagged record
      Name : Unbounded_String;
      Name : Unbounded_String;
   end record;
   end record;
   type Object is abstract new Thing and Iface with private;
   type Object is abstract new Thing and Iface with private;
private
private
   type Object is abstract new Thing  and Iface
   type Object is abstract new Thing  and Iface
   with record
   with record
      Surname : Unbounded_String;
      Surname : Unbounded_String;
   end record;
   end record;
end Controller;
end Controller;
 
 

powered by: WebSVN 2.1.0

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