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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr70022.c
blob
30eb7ece2501f8ef52249927f4da278fd472a625
1
/* { dg-do compile } */
2
/* { dg-options "-w -Wno-psabi" } */
3
4
typedef
int
v4si
__attribute__
((
vector_size
(
16
)));
5
6
int
7
foo
(
v4si v
)
8
{
9
return
v
[~
0UL
];
10
}