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
Merge reload-branch up to revision 101000
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr13066-1.c
blob
c2930f95df65ee1686ebefb8d06e154a4327ac37
1
void
*
g
, *
c
;
2
int
a
,
b
;
3
4
int
f
()
5
{
6
if
((
0
==
a
) != (
b
||
g
==
c
))
7
return
1
;
8
return
0
;
9
}
10