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

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

Rev 304 Rev 338
package Tail_Call_P is
package Tail_Call_P is
 
 
  type T is new Natural;
  type T is new Natural;
 
 
  type Index is (First, Second);
  type Index is (First, Second);
 
 
  type A is array (Index) of T;
  type A is array (Index) of T;
 
 
  My_Array : A := (0, 0);
  My_Array : A := (0, 0);
 
 
  procedure Insert (Into : A; Element : T; Value : T);
  procedure Insert (Into : A; Element : T; Value : T);
 
 
end Tail_Call_P;
end Tail_Call_P;
 
 

powered by: WebSVN 2.1.0

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