repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gnat.dg
/
check_elaboration_code.adb
blob
63dde56f23a910577e0eb7104139abc7853667dd
1
-- { dg-do run }
2
with
Bug_Elaboration_Code
;
use
Bug_Elaboration_Code
;
3
4
procedure
Check_Elaboration_Code
is
5
begin
6
if
I
/=
J
then
7
raise
Program_Error
;
8
end if
;
9
end
Check_Elaboration_Code
;