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
/
pr113693.c
blob
06b44357f0828f967fb21287056b7dc445c0cc2b
1
/* { dg-do compile { target bitint } } */
2
/* { dg-options "-O2 -fdbg-cnt=vect_loop:1" } */
3
4
#if __BITINT_MAXWIDTH__ >= 837
5
_BitInt
(
837
)
g
,
h
;
6
#else
7
_BitInt
(
63
)
g
,
h
;
8
#endif
9
10
void
11
fn1
(
void
)
12
{
13
for
(;
g
;
g
++)
14
for
(;
h
;
h
++)
15
;
16
}
17
18
/* { dg-prune-output "dbgcnt:" } */