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/] [discr21_pkg.ads] - Blame information for rev 779

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

Line No. Rev Author Line
1 304 jeremybenn
package Discr21_Pkg is
2
 
3
  type Position is record
4
    x,y,z : Float;
5
  end record;
6
 
7
  type Dim is (Two, Three);
8
 
9
  type VPosition (D: Dim := Three) is record
10
    x, y : Float;
11
    case D is
12
      when Two => null;
13
      when Three => z : Float;
14
    end case;
15
  end record;
16
 
17
  function To_Position (x, y, z : Float) return VPosition;
18
 
19
end Discr21_Pkg;

powered by: WebSVN 2.1.0

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