URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [addr1.adb] - Rev 716
Go to most recent revision | Compare with Previous | Blame | View Log
with System; package body addr1 is task type T is entry Send (Location : System.Address); end; task body T is begin accept Send (Location : System.Address) do declare Buffer : String (1 .. 100); for Buffer'Address use Location; -- Test begin null; end; end Send; end; end;
Go to most recent revision | Compare with Previous | Blame | View Log