repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
c11-builtins-1.c
blob
bfadf704714667eb307f40e3f7832cc84bfa1e07
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
);