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-70.c
blob
397055328f4f7974a9cc5cdce8be80d5cf917360
1
/* PR middle-end/113406 */
2
/* { dg-do compile { target bitint } } */
3
/* { dg-options "-std=c23 -fstrub=internal" } */
4
/* { dg-require-effective-target strub } */
5
6
#if __BITINT_MAXWIDTH__ >= 146
7
_BitInt
(
146
)
8
#else
9
_BitInt
(
16
)
10
#endif
11
foo
(
void
)
12
{
13
return
0
;
14
}