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
/
pr97378.c
blob
27e4a1f4321a9b9e36f2ca4f2dd3301e54355d02
1
// { dg-do compile }
2
// { dg-options "-O2" }
3
4
int
a
,
b
,
c
;
5
void
d
() {
6
e
: {
7
long
f
;
8
long
*
g
= &
f
;
9
if
((
a
!=
0
) - (
b
=
0
))
10
;
11
else
12
a
&= (*
g
%=
a
*=
c
) >= (*
g
||
f
);
13
goto
e
;
14
}
15
}