URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [lto8.adb] - Rev 848
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do run } -- { dg-options "-gnatws" } -- { dg-options "-gnatws -flto" { target lto } } pragma Locking_Policy (Ceiling_Locking); with Lto8_Pkg; use Lto8_Pkg; procedure Lto8 is task Tsk is pragma Priority (10); end Tsk; task body Tsk is begin Sema2.Seize; Sema1.Seize; exception when Program_Error => null; end; begin null; end;
Go to most recent revision | Compare with Previous | Blame | View Log