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
/
align-2.c
blob
f5c00fd0c6527fbaa25df41ea2356cf0ac057f9f
1
/* PR 17962 */
2
/* { dg-do compile } */
3
/* { dg-options "" } */
4
5
typedef
float
v4
__attribute__
((
vector_size
(
sizeof
(
float
)*
4
)));
6
extern
char
compile_time_assert
[
__alignof__
(
v4
) ==
sizeof
(
float
)*
4
?
1
: -
1
];