repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* snames.ads-tmpl (Name_Ivdep): New pragma-related name.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
bug_elaboration_code.adb
blob
0aa7abe808a6150122b6990ddc683684f6b3a5d4
1
package body
Bug_Elaboration_Code
is
2
3
procedure
Increment_I
is
4
begin
5
I
:=
I
+
1
;
6
end
Increment_I
;
7
8
begin
9
I
:=
5
;
10
Increment_I
;
11
J
:=
I
;
12
end
Bug_Elaboration_Code
;