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
/
pr99296.c
blob
4a0b3f0c366c6745eba8796594ee63dc5b1405cc
1
// { dg-do compile }
2
// { dg-options "-O2 -fno-tree-bit-ccp" }
3
4
struct
{
5
signed
a
:
1
;
6
}
b
,
c
;
7
void
d
() {
b
.
a
|=
c
.
a
|=
0
!=
2
; }