comparison gcc/testsuite/gcc.dg/c11-builtins-1.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* Test C11 built-in functions: test functions new in C2x are not
2 declared as built-in for C11. */
3 /* { dg-do compile } */
4 /* { dg-options "-std=c11" } */
5
6 int exp10 (void);
7 int exp10f (void);
8 int exp10l (void);
9 int fabsd32 (void);
10 int fabsd64 (void);
11 int fabsd128 (void);
12 int nand32 (void);
13 int nand64 (void);
14 int nand128 (void);
15 int roundeven (void);
16 int roundevenf (void);
17 int roundevenl (void);
18 int strdup (void);
19 int strndup (void);