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/] [specs/] [box1.ads] - Rev 438
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do compile } package box1 is type Root is tagged null record; type Der1 is new Root with record B : Boolean; end record; type Der2 is new Der1 with null record; type Der3 is new Der2 with null record; Obj : Der3 := (Der2 with others => <>); end;
Go to most recent revision | Compare with Previous | Blame | View Log