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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [specs/] [loop_optimization1_pkg.adb] - Rev 696

Compare with Previous | Blame | View Log

package body Loop_Optimization1_Pkg is
 
  type Unconstrained_Array_Type
    is array (Index_Type range <>) of Element_Type;
 
  procedure Local (UA : in out Unconstrained_Array_Type) is
  begin
    null;
  end;
 
  procedure Proc (CA : in out Constrained_Array_Type) is
  begin
    Local (Unconstrained_Array_Type (CA));
  end;
 
end Loop_Optimization1_Pkg;
 

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.