URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [bug_elaboration_code.adb] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
package body Bug_Elaboration_Code is procedure Increment_I is begin I := I + 1; end Increment_I; begin I := 5; Increment_I; J := I; end Bug_Elaboration_Code;
Go to most recent revision | Compare with Previous | Blame | View Log