Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
gcc
/
gcc
/
testsuite
/
g++.dg
/
tree-ssa
/
pr69547.C
blob: 30452340a5c261103b3e9c7b05ab27a134ce4354 [
file
]
// { dg-do compile }
// { dg-options "-O2 -fdump-tree-cddce1" }
struct
A
{
A
()
{
}
};
void
foo
(
void
*,
int
);
void
bar
()
{
enum
{
N
=
64
};
A a
[
N
];
foo
(&
a
,
N
);
}
// { dg-final { scan-tree-dump-not "if" "cddce1" } }