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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
bit_packed_array6.adb
blob
84f7a4ba4a1eb0486d5f8d93c9ae41ee46e11bf8
1
-- { dg-do run }
2
-- { dg-options "-O2 -gnata -gnatVa" }
3
4
with
Bit_Packed_Array6_Pkg
;
use
Bit_Packed_Array6_Pkg
;
5
6
procedure
Bit_Packed_Array6
is
7
B
:
constant
Boolean
:=
Everywhere
(
K_Configuration
);
8
begin
9
null
;
10
end
;