URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [addr2_p.ads] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
package addr2_p is type Block is array (1 .. 9) of Integer; procedure Process (Blk : Block); B1 : constant Block := Block'((1,2,3,4,5, others => 0)); B2 : constant Block := (1,2,3,4,5, others => 0); end;
Go to most recent revision | Compare with Previous | Blame | View Log