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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [interface_conv.adb] - Rev 315

Go to most recent revision | Compare with Previous | Blame | View Log

-- { dg-do run }
 
procedure Interface_Conv is
   package Pkg is
      type I1 is interface;
      procedure Prim (X : I1) is null;
      type I2 is interface;
      procedure Prim (X : I2) is null;
      type DT is new I1 and I2 with null record;
   end Pkg;
   use Pkg;
   Obj  : DT;
   CW_3 : I2'Class := Obj;
   CW_5 : I1'Class := I1'Class (CW_3);  --  test
begin
   null;
end;
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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