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
libgcc: Fix a warning/error in libgcc2.c [PR117624]
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
aarch64
/
c-output-template-2.c
blob
ced96d04542fa034575540c3c967f49b16f7e08f
1
/* { dg-do compile } */
2
3
void
4
test
(
void
)
5
{
6
__asm__
(
"@ %c0"
: :
"S"
(
test
));
7
}
8
9
/* { dg-final { scan-assembler "@ test" } } */