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
/
labels-2.c
blob
cf4f116e6a86eb6b22d66a4c1eecaf25cf60be4a
1
struct
bp
{
void
*
v
, *
b
, *
e
; };
2
f
()
3
{
4
struct
bp x
= { &&
L2
};
5
if
(&&
L3
- &&
L1
>
1
)
6
abort
();
7
L1
:
return
1
;
8
L2
:
abort
();
9
L3
:;
10
}