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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr57286.c
blob
c6f453054873fc87c2f0c942ca4cd3f105a73732
1
/* { dg-do compile } */
2
/* { dg-options "-O" } */
3
4
typedef
int
vec
__attribute__
((
vector_size
(
4
*
sizeof
(
int
))));
5
void
f
(
vec
*
x
){
6
*
x
= (*
x
<
0
) |
1
;
7
}