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
testsuite: Revert to the original version of pr100056.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
vect
/
vect-strided-epilogue-1.c
blob
e316706204f1d22301c24bb89365218e4deb21a3
1
/* { dg-do compile } */
2
3
void
4
f
(
int
*
x
,
short
*
y
,
int
z
)
5
{
6
for
(
int
i
=
0
;
i
<
0x82
; ++
i
)
7
x
[-
i
] +=
x
[
z
*
i
];
8
}