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
* config/i386/avx512fintrin.h (_mm512_set_epi16, _mm512_set_epi8,
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
aarch64
/
asm-3.c
blob
75317bddb4a5f871dfcfd8c81ba0414a9689a0d1
1
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
4
int
x
;
5
6
void
7
f
(
void
)
8
{
9
asm
volatile
(
"%y0"
::
"X"
(
x
));
/* { dg-error "invalid" } */
10
}