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
builtin-has-attribute-4.c: Skip on 32-bit hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr77450.c
blob
7c19e86ca0298933f3b5d448b60df10485af7739
1
/* { dg-do compile } */
2
/* { dg-options "-std=gnu90" } */
3
4
typedef
int
V
__attribute__
((
vector_size
(
4
)));
5
6
void
7
foo
(
void
)
8
{
9
(
V
){
0
}[
0
] =
0
;
10
}