URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [loop_optimization3.adb] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do run } -- { dg-options "-O" } with Loop_Optimization3_Pkg; use Loop_Optimization3_Pkg; procedure Loop_Optimization3 is type Arr is array (Integer range -3 .. 3) of Integer; C : constant Arr := (1, others => F(2)); begin if C /= (1, 2, 2, 2, 2, 2, 2) then raise Program_Error; end if; end;
Go to most recent revision | Compare with Previous | Blame | View Log