URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [thin_pointer2.adb] - Rev 848
Go to most recent revision | Compare with Previous | Blame | View Log
-- PR ada/42253 -- Testcase by Duncan Sands <baldrick@gcc.gnu.org> -- { dg-do run } with Thin_Pointer2_Pkg; use Thin_Pointer2_Pkg; procedure Thin_Pointer2 is begin if F /= '*' then raise Program_Error; end if; end;
Go to most recent revision | Compare with Previous | Blame | View Log