URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [oconst2.adb] - Rev 826
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;