rt_gccstream/gcc/testsuite/gcc.dg/cpp/pragma-float-const-decimal6...

6 lines
204 B
C

/* { dg-do compile { target { ! dfp } } } */
/* { dg-options "-std=gnu99 -Wunknown-pragmas" } */
#pragma STDC FLOAT_CONST_DECIMAL64 ON /* { dg-warning "not supported on this target" } */
double d = 1.0;