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

Subversion Repositories openrisc

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

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

-- { dg-do compile }
-- { dg-options "-gnatws -O" }
 
with Opt9_Pkg; use Opt9_Pkg;
 
procedure Opt9 is
 
   type Array_T is array (1 .. N) of Integer;
 
   type Clock_T is record
      N_Ticks : Integer := 0;
   end record;
 
   type Rec is record
      Values : Array_T;
      Valid  : Boolean;
      Tstamp : Clock_T;
   end record;
 
   pragma Pack (Rec);
 
   Data : Rec;
 
begin
   null;
end;
 

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.