URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [deferred_const2_pkg.adb] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
with System; use System; package body Deferred_Const2_Pkg is procedure Dummy is begin null; end; begin if S'Address /= I'Address then raise Program_Error; end if; end Deferred_Const2_Pkg;
Go to most recent revision | Compare with Previous | Blame | View Log