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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [pack2.adb] - Blame information for rev 696

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 696 jeremybenn
-- { dg-do compile }
2
-- { dg-options "-gnatws" }
3
 
4
procedure Pack2 is
5
 
6
   type Bits_T is record
7
      B0, B1, B2: Boolean;
8
   end record;
9
 
10
   type State_T is record
11
      Valid : Boolean;
12
      Value : Bits_T;
13
   end record;
14
   pragma Pack (State_T);
15
 
16
   procedure Process (Bits : Bits_T) is begin null; end;
17
 
18
   State : State_T;
19
 
20
begin
21
   Process (State.Value);
22
end;

powered by: WebSVN 2.1.0

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