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
PR c++/67273
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
arm
/
fp16-compile-ieee-1.c
blob
d5d0ba2e4fb311b0230fecc1f5445ae0cfc4e41b
1
/* { dg-do compile } */
2
/* { dg-options "-mfp16-format=ieee" } */
3
4
__fp16 xx
=
0.0
;
5
6
/* { dg-final { scan-assembler "\t.eabi_attribute 38, 1" } } */
7
/* { dg-final { scan-assembler "\t.size\txx, 2" } } */
8
/* { dg-final { scan-assembler "\t.space\t2" } } */