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
c++: prvalue of array type [PR111286]
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
slice_enum.adb
blob
cdaea47d65c5f80519d4c89b2ce5694c0f15a25a
1
-- { dg-do compile }
2
3
procedure
Slice_Enum
is
4
Pos
:
array
(
Boolean
)
of
Integer
;
5
begin
6
Pos
(
Boolean
) := (
others
=>
0
);
7
end
;
8