URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [alignment8.adb] - Rev 378
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do run } with System; procedure Alignment8 is type R is record I : Integer; F : Long_Long_Integer; end record; for R'Alignment use 8; procedure Q (A : System.Address) is F : Long_Long_Integer; for F'Address use A; begin F := 0; end; V : R; begin Q (V.F'Address); end;
Go to most recent revision | Compare with Previous | Blame | View Log