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
/
930506-2.c
blob
e11e62f026fef69494a7cc6d39260676733b295b
1
#ifndef NO_TRAMPOLINES
2
int
f1
()
3
{
4
{
int
___
() {
foo
(
1
); }
bar
(
___
); }
5
return
( {
int
___
() {
foo
(
2
); }
bar
(
___
);} );
6
}
7
8
int
f2
(
int
j
)
9
{
10
{
int
___
() {
foo
(
j
); }
bar
(
___
); }
11
return
( {
int
___
() {
foo
(
j
); }
bar
(
___
);} );
12
}
13
#else
14
int
x
;
15
#endif