OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gnat.dg/] [slice6.adb] - Diff between revs 304 and 384

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

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

powered by: WebSVN 2.1.0

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