OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gnat.dg/] [discr19.adb] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 304 jeremybenn
-- { dg-do compile }
2
 
3
procedure Discr19 is
4
 
5
   type Arr_Int_T is array (Integer range <>) of Integer;
6
 
7
   type Abs_Tag_Rec_T (N : Integer; M : Integer) is abstract tagged record
8
      Arr_Int : Arr_Int_T (1..M);
9
   end record;
10
 
11
   type Tag_Rec_T (M : Integer)
12
     is new Abs_Tag_Rec_T (N => 1, M => M) with null record;
13
 
14
begin
15
   null;
16
end;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.