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
/
pr97838.c
blob
06ec0358f6e7673745b5b4b37e60c53e2e6f6bae
1
/* { dg-do compile } */
2
3
int
a
,
b
,
c
,
d
;
4
5
void
f
() {
6
while
(
c
++) {
7
int
e
= -
1
;
8
d
=
a
?
e
/
a
:
e
;
9
b
^= ~
d
;
10
}
11
}