URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [frunaligned1.ads] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
package FRUnaligned1 is type r is array (1 .. 72) of Boolean; pragma Pack (r); type s is record x : Boolean; y : r; end record; for s use record x at 0 range 0 .. 0; y at 0 range 1 .. 72; end record; end FRUnaligned1;
Go to most recent revision | Compare with Previous | Blame | View Log