Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gcc.target
/
i386
/
mvc12.c
blob: f42ae8080e67d47e87db1db61bfba8911f499918 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-require-ifunc "" } */
__attribute__
((
target_clones
(
""
,
"arch=slm"
,
"arch=core-avx2"
,
"default"
)))
int
foo
();
/* { dg-error "an empty string cannot be in .target_clones. attribute" } */
int
bar
()
{
return
foo
();
}