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/] [aggr11.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 }
-- { dg-options "-O" }
-- { dg-options "-O" }
 
 
with Aggr11_Pkg; use Aggr11_Pkg;
with Aggr11_Pkg; use Aggr11_Pkg;
 
 
procedure Aggr11 is
procedure Aggr11 is
 
 
  A : Arr := ((1 => (Kind  => No_Error, B => True),
  A : Arr := ((1 => (Kind  => No_Error, B => True),
               2 => (Kind => Error),
               2 => (Kind => Error),
               3 => (Kind => Error),
               3 => (Kind => Error),
               4 => (Kind  => No_Error, B => True),
               4 => (Kind  => No_Error, B => True),
               5 => (Kind  => No_Error, B => True),
               5 => (Kind  => No_Error, B => True),
               6 => (Kind  => No_Error, B => True)));
               6 => (Kind  => No_Error, B => True)));
 
 
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.