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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [loop_optimization8_pkg1.ads] - Blame information for rev 714

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

Line No. Rev Author Line
1 696 jeremybenn
with Ada.Finalization;
2
 
3
package Loop_Optimization8_Pkg1 is
4
 
5
  type Array_T is array (Positive range <>) of Natural;
6
 
7
  type Array_Access_T is access Array_T;
8
 
9
  type T is new Ada.Finalization.Controlled with record
10
    Last : Natural := 0;
11
    Elements : Array_Access_T;
12
  end record;
13
 
14
  Empty : T := (Ada.Finalization.Controlled with Last => 0, Elements => null);
15
 
16
  generic
17
    with procedure Action (Info : Natural);
18
  procedure Iter;
19
 
20
end Loop_Optimization8_Pkg1;

powered by: WebSVN 2.1.0

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