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
Add AMD SSE5 support; Add iterator over function arguments; Add stdarg_p, prototype_p...
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr31854.c
blob
6fcd20ef047f6e00afb8e2f9b1f0995bdceb811e
1
/* { dg-do compile } */
2
/* { dg-require-effective-target dfp } */
3
/* { dg-options "-O -std=gnu99" } */
4
5
_Decimal128 d128
;
6
long double
tf
;
7
8
void
foo
(
void
)
9
{
10
d128
=
tf
;
11
}