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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr87873.c
blob
63d05342b40f7cd65ce552b4f40146b6f3f2bcec
1
/* { dg-do compile } */
2
/* { dg-options "-O -ftree-loop-vectorize" } */
3
4
long
k3
;
5
int
gs
;
6
7
void
8
s2
(
int
aj
)
9
{
10
while
(
aj
<
1
)
11
{
12
gs
^=
1
;
13
k3
= (
long
)
gs
*
2
;
14
if
(
k3
!=
0
)
15
k3
=
0
;
16
17
++
aj
;
18
}
19
}