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

Subversion Repositories openrisc

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

Compare with Previous | Blame | View Log

package body Array16 is
 
  function F1 (A : access My_T1) return My_T1 is
  begin
    return A.all;
  end;
 
  function F2 (A : access My_T2) return My_T2 is
  begin
    return A.all;
  end;
 
  procedure Proc (A : access My_T1; B : access My_T2) is
    L1 : My_T1 := F1(A);
    L2 : My_T2 := F2(B);
  begin
    if L1.D = 0 and then L2(1) = 0 then
      raise Program_Error;
    end if;
  end;
 
end Array16;
 

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.