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
/
O3-pr85794.c
blob
0def0fa0855d60fafdd42b0180002078a328979b
1
/* { dg-do compile } */
2
3
int
a
,
b
, *
c
,
d
;
4
int
*
f
[
6
];
5
6
void
7
foo
(
void
)
8
{
9
for
(
b
=
1
;
b
>=
0
;
b
--)
10
for
(
d
=
0
;
d
<=
3
;
d
++)
11
a
|=
f
[
b
*
5
] !=
c
;
12
}