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.0rc1/] [gcc/] [testsuite/] [gnat.dg/] [deferred_const3_pkg.ads] - Rev 304

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

package Deferred_Const3_Pkg is
 
  C : constant Natural := 1;
 
  C1 : constant Natural := 1;
  for C1'Address use C'Address;
 
  C2 : constant Natural;
  for C2'Address use C'Address;
 
  C3 : constant Natural;
 
  procedure Dummy;
 
private
  C2 : constant Natural := 1;
 
  C3 : constant Natural := 1;
  for C3'Address use C'Address;
 
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.