aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr99708.c
blob: b1eaf13308988c6be5928a6fd9841a8a845d220b (plain)
1
2
3
4
5
6
7
/* PR target/99708 */
/* { dg-do compile } */

#ifdef __SIZEOF_FLOAT128__
__float128 f = 1.0;
#endif
long double l = 1.0;