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

Subversion Repositories openrisc

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

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 304 Rev 384
package Array13 is
package Array13 is
 
 
   Max : Natural := 1;
   Max : Natural := 1;
 
 
   type Arr is array (Natural range 0..Max) of Natural;
   type Arr is array (Natural range 0..Max) of Natural;
 
 
   type T is record
   type T is record
      A : Arr := (others => 0);
      A : Arr := (others => 0);
   end record;
   end record;
 
 
   procedure Foo;
   procedure Foo;
 
 
end Array13;
end Array13;
 
 

powered by: WebSVN 2.1.0

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