OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gnat.dg/] [test_call.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
with System; with Ada.Unchecked_Conversion;
4
procedure Test_Call is
5
   type F_ACC is access function (Str : String) return String;
6
 
7
   function Do_Something (V : F_Acc) return System.Address is
8
   begin
9
      return System.Null_Address;
10
   end Do_Something;
11
 
12
   function BUG_1 (This : access Integer) return F_Acc is
13
   begin
14
      return null;
15
   end BUG_1;
16
 
17
   function Unch is new Ada.Unchecked_Conversion (F_Acc, System.Address);
18
   Func : System.Address := Unch (BUG_1 (null));
19
 
20
   V : System.Address := Do_Something (BUG_1 (null));
21
 
22
begin
23
   null;
24
end Test_Call;

powered by: WebSVN 2.1.0

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