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/] [aggr10.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 "-O2" }
-- { dg-options "-O2" }
 
 
with Aggr10_Pkg; use Aggr10_Pkg;
with Aggr10_Pkg; use Aggr10_Pkg;
 
 
procedure Aggr10 is
procedure Aggr10 is
 
 
   No_Name_Location : constant Name_Location :=
   No_Name_Location : constant Name_Location :=
                        (Name     => Name_Id'First,
                        (Name     => Name_Id'First,
                         Location => Int'First,
                         Location => Int'First,
                         Source   => Source_Id'First,
                         Source   => Source_Id'First,
                         Except   => False,
                         Except   => False,
                         Found    => False);
                         Found    => False);
 
 
   Name_Loc : Name_Location;
   Name_Loc : Name_Location;
 
 
begin
begin
   Name_Loc := Get;
   Name_Loc := Get;
   if Name_Loc = No_Name_Location then  -- { dg-bogus "comparison always false" }
   if Name_Loc = No_Name_Location then  -- { dg-bogus "comparison always false" }
      raise Program_Error;
      raise Program_Error;
   end if;
   end if;
   Set (Name_Loc);
   Set (Name_Loc);
end;
end;
 
 

powered by: WebSVN 2.1.0

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