PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / fltconst-pedantic-dfp.c
blobd0d1c4c52fc9ef1d2e3eabf370c5b3308788f84a
1 /* { dg-do compile } */
2 /* { dg-options "-pedantic" } */
4 double a = 1.dl; /* { dg-warning "decimal float" } */
5 double b = 1.df; /* { dg-warning "decimal float" } */
6 double c = 1.dd; /* { dg-warning "decimal float" } */