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/] [oconst3.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 OCONST3 is procedure check (arg : R) is begin if arg.u /= 1 or else arg.f /= one or else arg.b.i1 /= 3 then raise Program_Error; end if; end; end;
Go to most recent revision | Compare with Previous | Blame | View Log