URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [addr5.adb] - Rev 714
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do compile } -- { dg-options "-g" } procedure Addr5 (Len : Integer) is S : aliased String (1 .. Len) := (others => ' '); C : Character; for C'Address use S'Address; begin null; end;
Go to most recent revision | Compare with Previous | Blame | View Log