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
c: gimplefe: Only allow an identifier before ? [PR117445]
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
vect
/
pr71818.c
blob
2946551f8bb8c552565c2e79b16359ca39d13ed6
1
/* { dg-do compile } */
2
3
char
a
;
4
short
b
;
5
int
c
,
d
;
6
void
fn1
() {
7
char
e
=
75
,
g
;
8
unsigned char
*
f
= &
e
;
9
a
=
21
;
10
for
(;
a
<=
48
;
a
++) {
11
for
(;
e
<=
6
;)
12
;
13
g
-=
e
-=
b
||
g
<=
c
;
14
}
15
d
= *
f
;
16
}