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/] [access3.adb] - Rev 338

Compare with Previous | Blame | View Log

 
package body access3 is
 
   type IT_Access is not null access all IT'Class;
   for IT_Access'Storage_Size use 0;
 
   procedure Op
     (Obj_T2 : in out T2;
      Obj_IT : not null access IT'Class)
   is 
      X : constant IT_Access := Obj_IT.all'Unchecked_Access;
   begin
      null;
   end Op;
 
end access3;
 

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.