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
gcc/
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
aarch64
/
fmovf-zero-mem.c
blob
518eff0626f375cc9117161152cb0e9044c7397a
1
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
4
void
5
foo
(
float
*
output
)
6
{
7
*
output
=
0.0
;
8
}
9
10
/* { dg-final { scan-assembler "str\\twzr, \\\[x0\\\]" } } */