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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [addr1.adb] - Rev 696

Compare with Previous | Blame | View Log

with System;
package body addr1 is
   task type T is
      entry Send (Location : System.Address);
   end;
   task body T is
   begin
      accept Send (Location : System.Address) do
        declare
           Buffer : String (1 .. 100);
           for Buffer'Address use Location;  --  Test
        begin
           null;
        end;
     end Send;
   end;
end;
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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