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.0rc2/] [gcc/] [testsuite/] [gnat.dg/] [addr1.adb] - Blame information for rev 437

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

Line No. Rev Author Line
1 304 jeremybenn
with System;
2
package body addr1 is
3
   task type T is
4
      entry Send (Location : System.Address);
5
   end;
6
   task body T is
7
   begin
8
      accept Send (Location : System.Address) do
9
        declare
10
           Buffer : String (1 .. 100);
11
           for Buffer'Address use Location;  --  Test
12
        begin
13
           null;
14
        end;
15
     end Send;
16
   end;
17
end;

powered by: WebSVN 2.1.0

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