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

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

Rev 304 Rev 384
package body Bug_Elaboration_Code is
package body Bug_Elaboration_Code is
 
 
   procedure Increment_I is
   procedure Increment_I is
   begin
   begin
      I := I + 1;
      I := I + 1;
   end Increment_I;
   end Increment_I;
 
 
begin
begin
   I := 5;
   I := 5;
   Increment_I;
   Increment_I;
   J := I;
   J := I;
end Bug_Elaboration_Code;
end Bug_Elaboration_Code;
 
 

powered by: WebSVN 2.1.0

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