[PR target/115123] Fix testsuite fallout from sinking heuristic change
[official-gcc.git] / gcc / testsuite / gcc.dg / dfp / keywords-pedantic.c
blob5740e024fb2191a47aacb9f4cc4bab26e369edb6
1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu17 -pedantic" } */
4 /* Decimal float is a GCC extension before C23. */
6 _Decimal32 x; /* { dg-warning "GCC extension|ISO C" } */
7 _Decimal64 y; /* { dg-warning "GCC extension|ISO C" } */
8 _Decimal128 z; /* { dg-warning "GCC extension|ISO C" } */