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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
vmx
/
gcc-bug-4.c
blob
f76fbdc6e00bdf64ef254de0f5a3f0589e68fa39
1
/* { dg-do compile } */
2
#include <altivec.h>
3
extern
vector
unsigned int
gn00111
;
4
int
f
() {
return
(
int
)&
gn00111
; }
5