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
2014-08-04 Ed Schonberg <schonberg@adacore.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr32559.c
blob
fee1c9790732507255699dbc5f53b61e95e5fe87
1
/* { dg-do compile } */
2
/* { dg-options "" } */
3
4
int
__attribute__
((
vector_size
(
8
)))
v
;
5
6
void
foo
()
7
{
8
v
+= ~
v
;
9
}