repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR rtl-optimization/87918
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
mvc12.c
blob
f42ae8080e67d47e87db1db61bfba8911f499918
1
/* { dg-do compile } */
2
/* { dg-require-ifunc "" } */
3
4
__attribute__
((
target_clones
(
""
,
"arch=slm"
,
"arch=core-avx2"
,
"default"
)))
5
int
foo
();
/* { dg-error "an empty string cannot be in .target_clones. attribute" } */
6
7
int
8
bar
()
9
{
10
return
foo
();
11
}