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
/
vect
/
pr107229-2.c
blob
88bffb63d5e8b2d7bcdeae223f4ec6ea4f611bc9
1
/* { dg-do compile } */
2
/* PR tree-optimization/107229. */
3
4
int
a
,
c
;
5
struct
{
6
long
f
;
7
long
g
;
8
long
d
;
9
int
:
8
;
10
int
:
27
;
11
int
e
:
21
;
12
}
f
;
13
void
g
(
int
b
) {
a
=
a
&
1
; }
14
int
main
() {
15
while
(
c
)
16
g
(
f
.
e
);
17
return
0
;
18
}