repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix unused warnings.
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr39886.c
blob
e85dbb3418d3d8ffb7cfe6e765e83973a7b7b9a1
1
/* PR middle-end/39886 */
2
3
int
foo
(
int
);
4
5
volatile
unsigned char
g
;
6
7
void
bar
(
int
p
)
8
{
9
char
l
=
0xE1
;
10
func
((
foo
((
p
&
g
) <=
l
),
1
));
11
}
12