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-37.c
blob
23a8f2d8900228cc1d15410c1a908054a6baf1cb
1
/* PR middle-end/111338 */
2
/* { dg-do compile { target bitint575 } } */
3
/* { dg-options "-O1" } */
4
5
_BitInt
(
575
)
e
;
6
7
_BitInt
(
575
)
8
foo
(
void
)
9
{
10
return
e
&
1
;
11
}