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