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/] [bip_prim_func.adb] - Diff between revs 304 and 338

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 304 Rev 338
--  { dg-do compile }
--  { dg-do compile }
 
 
package body BIP_Prim_Func is
package body BIP_Prim_Func is
 
 
   type NTT is new TT with record
   type NTT is new TT with record
      J : Integer;
      J : Integer;
   end record;
   end record;
 
 
   function Prim_Func return NTT is
   function Prim_Func return NTT is
   begin
   begin
      return Result : NTT := (I => 1, J => 2);
      return Result : NTT := (I => 1, J => 2);
   end Prim_Func;
   end Prim_Func;
 
 
end BIP_Prim_Func;
end BIP_Prim_Func;
 
 

powered by: WebSVN 2.1.0

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