aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/const-float128.c
blob: 116e4597b447b0ded2f389615c114360890a93a7 (plain)
1
2
3
4
5
6
/* Test 'q' and 'Q' suffixes on __float128 type constants.  */
/* { dg-do compile { target ia64-*-* i?86-*-* x86_64-*-* } } */
/* { dg-options "" } */

__float128 a = 123.456789q;
__float128 b = 123.456789Q;