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
[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
init
/
array10.C
blob
41121055e2357a71480d6ef9d1b50884b78d54d7
1
// { dg-do compile }
2
// { dg-options "" }
3
4
typedef int __attribute__((vector_size (8))) vec;
5
6
vec foo[] = { (vec) {1, 2} };