Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.dg / dfp / c23-builtins-dfp-1.c
blobc078e8ed6304ebf571267f320db9f0c8ca607dbb
1 /* Test C23 built-in functions: test functions new in C23 are indeed
2 declared as built-in as expected. DFP tests. */
3 /* { dg-do compile } */
4 /* { dg-options "-std=c23" } */
6 int fabsd32 (void); /* { dg-warning "conflicting types for built-in function" } */
7 int fabsd64 (void); /* { dg-warning "conflicting types for built-in function" } */
8 int fabsd128 (void); /* { dg-warning "conflicting types for built-in function" } */
9 int nand32 (void); /* { dg-warning "conflicting types for built-in function" } */
10 int nand64 (void); /* { dg-warning "conflicting types for built-in function" } */
11 int nand128 (void); /* { dg-warning "conflicting types for built-in function" } */