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
2015-12-10 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
mvc3.c
blob
f940cdbbf554ded890b0d344d0f67808efa3c06c
1
/* { dg-do compile } */
2
3
__attribute__
((
target_clones
(
"avx"
,
"arch=slm"
,
"arch=core-avx2"
)))
4
int
foo
();
/* { dg-error "default target was not set" } */
5
6
int
7
bar
()
8
{
9
return
foo
();
10
}