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
RISC-V: Add support for riscv-*-*.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
deferred_const2.adb
blob
ee06db79cc95ae7c2c7f216970fec02bfe808c4a
1
-- { dg-do run }
2
3
with
System
;
use
System
;
4
with
Deferred_Const2_Pkg
;
use
Deferred_Const2_Pkg
;
5
6
procedure
Deferred_Const2
is
7
begin
8
if
I
'Address
/=
S
'Address
then
9
raise
Program_Error
;
10
end if
;
11
end
;