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/] [type_conv.adb] - Diff between revs 304 and 338

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 304 Rev 338
-- { dg-do compile }
-- { dg-do compile }
 
 
procedure type_conv is
procedure type_conv is
   type Str is new String;
   type Str is new String;
   generic
   generic
   package G is private end;
   package G is private end;
   package body G is
   package body G is
      Name : constant String := "it";
      Name : constant String := "it";
      Full_Name : Str := Str (Name & " works");
      Full_Name : Str := Str (Name & " works");
   end G;
   end G;
   package Inst is new G;
   package Inst is new G;
begin
begin
   null;
   null;
end;
end;
 
 

powered by: WebSVN 2.1.0

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