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
pr79732.c: Require alias support.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr28268.c
blob
f143c0804e2c45d8741c4a5253e1e344d8efd4e3
1
/* { dg-do compile } */
2
3
int
__attribute__
((
vector_size
(
8
)))
a
;
4
5
void
foo
()
6
{
7
a
+=
a
*
a
;
8
}