URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [nat1r.adb] - Rev 826
Compare with Previous | Blame | View Log
-- { dg-do run } with System, NAT1; use NAT1; procedure Nat1R is use type System.Address; begin if One_Address /= Nat_One_Storage'Address then raise Constraint_Error; end if; end;