URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [oconst2.adb] - Rev 716
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do compile } -- { dg-final { scan-assembler-not "elabs" } } package body OCONST2 is procedure check (arg : R) is begin if arg.u /= 1 or else arg.b.i1 /= 2 then raise Program_Error; end if; end; end;
Go to most recent revision | Compare with Previous | Blame | View Log