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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [statically_matching.ads] - Blame information for rev 700

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 696 jeremybenn
package Statically_Matching is
2
   type T1(b: boolean) is tagged null record;
3
   type T2 is new T1(b => false) with private;
4
private
5
   F: constant boolean := false;
6
   type T2 is new T1(b => F) with null record;  -- OK
7
end Statically_Matching;

powered by: WebSVN 2.1.0

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