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
2018-06-05 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr70050.c
blob
ec6834ddd23de443bc05d3aa5c59e3ba1bcc2889
1
/* PR middle-end/70050 */
2
/* { dg-do compile } */
3
/* { dg-options "-w -Wno-psabi" } */
4
5
typedef
int
v8si
__attribute__
((
vector_size
(
32
)));
6
7
v8si
8
foo
(
v8si v
)
9
{
10
return
v
%= -
v
;
11
}