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/] [specs/] [alignment1.ads] - Rev 308
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do compile } package Alignment1 is S : Natural := 20; pragma Volatile (S); type Block is array (1 .. S) of Integer; for Block'Alignment use 128; B : Block; end;
Go to most recent revision | Compare with Previous | Blame | View Log