URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gnat.dg/] [specs/] [static_initializer.ads] - Rev 645
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do compile } package static_initializer is type Vector is array (1 .. 3) of Float; type Arr is array (Integer range 1 .. 3) of Vector; Pos : constant Arr := ((0.0, 1.0, 2.0), (0.5, 1.5, 2.5), (1.0, 2.0, 4.0)); end; -- { dg-final { scan-assembler-not "elabs" } }
Go to most recent revision | Compare with Previous | Blame | View Log