Sign in
gnu
/
gcc
/
refs/heads/devel/gimple-linterchange
/
.
/
gcc
/
testsuite
/
g++.dg
/
pr79769.C
blob: c3186877f60ef40ee5fbf017c2a1154227c1f1ca [
file
] [
log
] [
blame
]
/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && { ! x32 } } } } */
/* { dg-options "-fcheck-pointer-bounds -mmpx -mabi=ms" } */
void
a
(
_Complex
)
{
a
(
3
);
}