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.0rc2/] [gcc/] [testsuite/] [gnat.dg/] [str1.adb] - Diff between revs 304 and 384

Only display areas with differences | Details | Blame | View Log

Rev 304 Rev 384
--  { dg-do compile }
--  { dg-do compile }
 
 
procedure str1 is
procedure str1 is
   Str : constant string := "--";
   Str : constant string := "--";
   generic
   generic
   package Gen is
   package Gen is
      procedure P;
      procedure P;
   end Gen;
   end Gen;
   package body Gen is
   package body Gen is
      procedure P is
      procedure P is
         inner : String := Str;
         inner : String := Str;
      begin
      begin
         null;
         null;
      end;
      end;
   end Gen;
   end Gen;
 
 
   package Inst is new Gen;
   package Inst is new Gen;
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.