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/] [enum2.adb] - Rev 378
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do run } -- { dg-options "-gnat05 -O2" } with Enum2_Pkg; use Enum2_Pkg; procedure Enum2 is type Enum is (A, B, C, D); Table : array (B .. C, 1 .. 1) of F_String := (others => (others => Null_String)); begin Table := (others => (others => Null_String)); end;
Go to most recent revision | Compare with Previous | Blame | View Log