Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / c2x-floatn-2.c
blob179364564d2fa76df27ccc21ea9b8458332f7a48
1 /* { dg-do compile } */
2 /* { dg-options "-std=c2x -pedantic-errors" } */
3 /* { dg-add-options float128 } */
4 /* { dg-require-effective-target float128 } */
6 _Float128 a
7 = 1.0F128;
8 __extension__ _Float128 b
9 = 2.0F128;