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
Dead
[official-gcc.git]
/
gomp-20050608-branch
/
gcc
/
testsuite
/
gcc.dg
/
vmx
/
1b-04.c
blob
5807ea335a7c90393c404d80e2fa3994a822b213
1
#include <altivec.h>
2
int
main
()
3
{
4
vector
unsigned char
a
,
b
;
5
b
= (
vector
unsigned char
)
a
;
6
return
0
;
7
}