Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
aggr29.adb
blob: c82a6f4c768e850046d574a3dc590672328ccb85 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
--
{
dg
-
options
"-fdump-tree-gimple"
}
with
Ada
.
Streams
;
use
Ada
.
Streams
;
procedure
Aggr29
is
A
:
aliased
Stream_Element_Array
:=
(
1
..
512
=>
<>);
begin
null
;
end
;
--
{
dg
-
final
{
scan
-
tree
-
dump
-
not
"a___UNC = \\*"
"gimple"
}
}