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

Subversion Repositories openrisc

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

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

with System; use System;
 
package body Deferred_Const3_Pkg is
 
  procedure Dummy is begin null; end;
 
begin
  if C1'Address /= C'Address then
    raise Program_Error;
  end if;
 
  if C2'Address /= C'Address then
    raise Program_Error;
  end if;
 
  if C3'Address /= C'Address then
    raise Program_Error;
  end if;
end Deferred_Const3_Pkg;
 

Go to most recent revision | 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.