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

Subversion Repositories openrisc

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

Compare with Previous | Blame | View Log

-- { dg-do compile }
-- { dg-options "-gnatws" }
 
with Slice6_Pkg; use Slice6_Pkg;
 
procedure Slice6 is
 
  procedure Send (V_LENGTH : SHORT_INTEGER) is
 
    V : Integer;
 
    V_BLOCK : T_BLOCK (1 .. 4096);
    for V_BLOCK use at V'Address;
 
    V_MSG : T_MSG ;
 
  begin
    V_MSG := (V_LENGTH, 1, V_BLOCK (1 .. V_LENGTH));
  end;
 
begin
  null;
end;
 

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.