Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gcc.target
/
i386
/
mvc13.c
blob: 8d7e34437b48830b139105905a2bb6071d8e7dff [
file
] [
log
] [
blame
]
/* { dg-do compile { target ia32 } } */
/* { dg-require-ifunc "" } */
/* { dg-options "-O -g -mno-sse" } */
__attribute__
((
target_clones
(
"default,sse2"
)))
void
a
()
{
__attribute__
((
__vector_size__
(
4
*
sizeof
(
float
))))
int
b
=
{};
}