Sign in
gnu
/
gcc.git
/
refs/heads/devel/bypass-asm
/
.
/
gcc
/
testsuite
/
gdc.dg
/
pr110514d.d
blob: 56e9a3139eabe34bf6474410cc1de479f5ba50cd [
file
] [
log
] [
blame
]
// { dg-do "compile" }
// { dg-options "-O" }
const
uint
[]
cst_ctor_arr
;
int
test_cst_ctor
(
const
uint
[]
ptr
)
{
return
cst_ctor_arr
[
2
]
==
3
;
}
// { dg-final { scan-assembler "_d_arraybounds_indexp" } }