Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
oconst5.adb
blob: 4d4896aea585a0b8bb99cfa4e239f3be0462d5e2 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
--
{
dg
-
final
{
scan
-
assembler
-
not
"elabs"
}
}
package
body OCONST5
is
procedure
Check
(
Arg
:
R
;
Bit
:
U1
)
is
begin
if
Arg
.
Bit
/=
Bit
or
else
Arg
.
Agg
.
A
/=
3
or
else
Arg
.
Agg
.
B
/=
7
then
raise
Program_Error
;
end
if
;
end
;
end
;