URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [raise_from_pure.adb] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
package body raise_from_pure is function Raise_CE_If_0 (P : Integer) return Integer is begin if P = 0 then raise Constraint_error; end if; return 1; end; end;
Go to most recent revision | Compare with Previous | Blame | View Log