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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr100349.c
blob
dd7977ac0f9e3ef4f93788e214e6c953a34a2f74
1
// { dg-do compile }
2
// { dg-options "-O2 -w" }
3
4
#include <stdint.h>
5
uint8_t
a
;
6
b
(
int8_t
c
) {
7
int
d
;
8
e
:
9
uint32_t
f
;
10
for
(;;)
11
for
(
c
=
10
;
c
;
c
++)
12
if
(
0
> (
a
=
c
) ?:
d
) {
13
f
=
a
;
14
goto
e
;
15
}
16
}