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 middle-end/27945
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
const-float128.c
blob
146e0c9c98637b9c829765af4ab315076c7b9010
1
/* Test 'q' and 'Q' suffixes on __float128 type constants. */
2
/* { dg-do compile { target { ia64-*-* || { { i?86-*-* x86_64-*-* } && lp64 } } } } */
3
/* { dg-options "" } */
4
5
__float128 a
=
123.456789
q
;
6
__float128 b
=
123.456789
Q
;