repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
vmx
/
4-01.c
blob
f454a2edadfdd671fc3f1d53c1d7bdf0c7d61705
1
/* { dg-do compile } */
2
#include <altivec.h>
3
vector
unsigned int
4
f
(
vector
signed char
a
)
5
{
6
return
(
vector
unsigned int
)(
a
);
7
}