aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c23-floatn-2.c
blob: 808438a2b081b9ca0286d7b1e35b5944f1ad85b2 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-std=c23 -pedantic-errors" } */
/* { dg-add-options float128 } */
/* { dg-require-effective-target float128 } */

_Float128 a
  = 1.0F128;
__extension__ _Float128 b
  = 2.0F128;