Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr97576.c
blob: 28294c8597ab08a29d8b24bab60e5766f81047e5 [
file
] [
log
] [
blame
]
void
pc
(
void
);
void
__attribute__
((
simd
))
ty
(
void
);
void
__attribute__
((
simd
))
gf
()
{
ty
();
}
void
__attribute__
((
simd
))
ty
(
void
)
{
gf
(
pc
);
gf
(
gf
);
}