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
/
pr81356.c
blob
9fd6baaeadd3ba5c54ee8823ee9fe383c4448f1f
1
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
4
void
f
(
char
*
a
)
5
{
6
__builtin_strcpy
(
a
,
""
);
7
}
8
9
/* { dg-final { scan-assembler-not "ldrb" } } */