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-03.c
blob
1c3ccd746935ad98c03aaf9ebec918a79b2d899f
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
}