aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/dfp/c2x-builtins-dfp-1.c
blob: 88b8b334e71017209e7fc7ff9b5f0f229d32cea7 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Test C2x built-in functions: test functions new in C2x are indeed
   declared as built-in as expected.  DFP tests.  */
/* { dg-do compile } */
/* { dg-options "-std=c2x" } */

int fabsd32 (void); /* { dg-warning "conflicting types for built-in function" } */
int fabsd64 (void); /* { dg-warning "conflicting types for built-in function" } */
int fabsd128 (void); /* { dg-warning "conflicting types for built-in function" } */
int nand32 (void); /* { dg-warning "conflicting types for built-in function" } */
int nand64 (void); /* { dg-warning "conflicting types for built-in function" } */
int nand128 (void); /* { dg-warning "conflicting types for built-in function" } */