aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c11-builtins-1.c
blob: bfadf704714667eb307f40e3f7832cc84bfa1e07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* Test C11 built-in functions: test functions new in C2x are not
   declared as built-in for C11.  */
/* { dg-do compile } */
/* { dg-options "-std=c11" } */

int exp10 (void);
int exp10f (void);
int exp10l (void);
int fabsd32 (void);
int fabsd64 (void);
int fabsd128 (void);
int nand32 (void);
int nand64 (void);
int nand128 (void);
int roundeven (void);
int roundevenf (void);
int roundevenl (void);
int strdup (void);
int strndup (void);