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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
libjava
/
testsuite
/
libjava.compile
/
pr21519.java
blob
c836a8f9f7f4a47d838def87d505e50baf3f2713
1
public class
pr21519
{
2
char
[]
source
;
3
public int
compute
(
int
pos
) {
4
for
(
int
i
=
0
;
i
<
pos
; ++
i
)
5
if
(!(
source
[
i
] ==
' '
||
source
[
i
] ==
'
\t
'
))
return
-
1
;
6
return
pos
;
7
}
8
}