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
[AArch64] SVE tests
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
aarch64
/
c-output-template-3.c
blob
8bde4cbeb0cf73d43012bdd91ff40a83d1e47ad9
1
/* { dg-do compile } */
2
/* { dg-options "-O" } */
3
4
void
5
test
(
void
)
6
{
7
__asm__
(
"@ %c0"
: :
"S"
(&
test
+
4
));
8
}
9
10
/* { dg-final { scan-assembler "@ test\\+4" } } */