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
/
pr87092.c
blob
4a6faebbd93f47b244f83a9e111c2cf2739f1d6a
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -fwrapv" } */
3
4
int
a
,
b
;
5
6
void
7
c
(
void
) {
8
if
(
b
)
9
b
=
a
/
b
;
10
}