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
/
pr14692.c
blob
3f36b3ccb2b120aa7169087b5afd89308bbeeb7b
1
/* PR rtl-optimization/14692 */
2
3
void
assert_failed
(
void
);
4
void
eidecpos_1
(
unsigned char
*
pos
,
long
n
)
5
{
6
int
i
;
7
for
(
i
=
0
;
i
<
n
;
i
++)
8
{
9
const unsigned char
*
dc_ptr1
=
pos
;
10
pos
--;
11
if
(
dc_ptr1
-
pos
==
1
)
12
assert_failed
();
13
}
14
}