URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [discr15.adb] - Rev 716
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do compile } -- { dg-options "-gnatws" } with Discr15_Pkg; use Discr15_Pkg; procedure Discr15 (History : in Rec_Multi_Moment_History) is Sub: constant Rec_Multi_Moment_History := Sub_History_Of (History); subtype Vec is String(0..Sub.Last); Mmts : array(1..Sub.Size) of Vec; begin null; end;
Go to most recent revision | Compare with Previous | Blame | View Log