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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
bitint-33.c
blob
a46d53eeb8fa8c08ea3cab8db306abe04db19522
1
/* PR c/102989 */
2
/* { dg-do compile } */
3
/* { dg-options "-std=c17" } */
4
5
#include <limits.h>
6
7
#ifdef BITINT_MAXWIDTH
8
#error BITINT_MAXWIDTH defined in C11
9
#endif